aboutsummaryrefslogtreecommitdiffstats
path: root/drv_LCDLinux.h
diff options
context:
space:
mode:
authorreinelt <>2005-05-02 05:15:46 +0000
committerreinelt <>2005-05-02 05:15:46 +0000
commitbce8f6ed91e5264dadae0d77171dc2d94e9a867e (patch)
tree459f531085547461e564ff669c892fd4fdeddbfb /drv_LCDLinux.h
parent926e9c023da6589ce763e7d1466acc77fc593f43 (diff)
downloadlcd4linux-bce8f6ed91e5264dadae0d77171dc2d94e9a867e.tar.gz
[lcd4linux @ 2005-05-02 05:15:46 by reinelt]
make busy-flag checking configurable for LCD-Linux driver
Diffstat (limited to 'drv_LCDLinux.h')
-rw-r--r--drv_LCDLinux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drv_LCDLinux.h b/drv_LCDLinux.h
index 2063a04..ae7f4cb 100644
--- a/drv_LCDLinux.h
+++ b/drv_LCDLinux.h
@@ -1,6 +1,6 @@
/* lcd.h
*
- * $Id: drv_LCDLinux.h,v 1.2 2005/04/30 06:02:09 reinelt Exp $
+ * $Id: drv_LCDLinux.h,v 1.3 2005/05/02 05:15:46 reinelt Exp $
*
* LCD driver for HD44780 compatible displays connected to the parallel port.
*
@@ -59,6 +59,7 @@ struct lcd_driver {
#define LCD_CONSOLE 0x0004 /* Enable the console support */
#define LCD_4BITS_BUS 0x0008 /* Set the bus length to 4 bits */
#define LCD_5X10_FONT 0x0010 /* Use 5x10 dots fonts */
+#define LCD_CHECK_BF 0x0020 /* Do busy flag checking */