- 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:
marschap
2006-08-13 11:13:13 +00:00
parent 81c0072b82
commit 5f4cfa3b88
13 changed files with 259 additions and 337 deletions
+5 -1
View File
@@ -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;