Added documentation about the LB216 gotten from the mailing list.

Removed dependence on base driver functions.
This commit is contained in:
ddouthitt
2001-09-27 16:15:05 +00:00
parent eb6e99e7e8
commit dbaee0b30a
2 changed files with 27 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@
extern lcd_logical_driver *LB216;
int LB216_init(lcd_logical_driver *driver, char *device);
void LB216_clear ();
void LB216_close();
void LB216_string (int x, int y, char string[]);
void LB216_flush();