- unified hd44780 sub-driver that replaces picanlcd & lcdserializer while
providing the same functions (Matteo Pillon) - character mapping for special (almost) hd44780-compatible LCDs (Matteo Pillon)
This commit is contained in:
@@ -53,7 +53,11 @@ typedef struct driver_private_data {
|
||||
|
||||
unsigned int port;
|
||||
|
||||
int fd; /* for picanlcd connection type */
|
||||
/* for serial connection type */
|
||||
int fd;
|
||||
int serial_type;
|
||||
|
||||
int charmap;
|
||||
|
||||
int width, height;
|
||||
int cellwidth, cellheight;
|
||||
|
||||
Reference in New Issue
Block a user