Added PIC-an-LCD HD44780 subdriver.

Currently untested.
This commit is contained in:
robijn
2002-02-07 22:10:04 +00:00
parent 901833b353
commit 15b226483a
6 changed files with 148 additions and 8 deletions
+2
View File
@@ -47,6 +47,8 @@ typedef struct driver_private_data {
unsigned int port;
int fd; /* for picanlcd connection type */
int width, height;
int cellwidth, cellheight;