mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[lcd4linux @ 2005-05-02 05:15:46 by reinelt]
make busy-flag checking configurable for LCD-Linux driver git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@535 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user