lcd.c: Making preparations to enable multiple input sources...
This commit is contained in:
@@ -29,6 +29,10 @@ typedef struct lcd_logical_driver {
|
||||
// Frame buffer...
|
||||
char *framebuf;
|
||||
|
||||
// Pointer to next input function...
|
||||
//lcd_logical_driver *nextkey;
|
||||
void *nextkey;
|
||||
|
||||
// Functions which might be the same for all drivers...
|
||||
void (*clear) ();
|
||||
void (*string) (int x, int y, char lcd[]);
|
||||
|
||||
Reference in New Issue
Block a user