- update drivers to use new API
(get rid of those pseudo options named 'Arguments' in the config file) - replace printf / printf calls by debug / report calls in some drivers - sort and extend LCDd.conf
This commit is contained in:
@@ -56,7 +56,7 @@ typedef struct lcd_logical_driver {
|
||||
|
||||
char * (*getinfo) (); // get a string of info
|
||||
|
||||
} lcd_logical_driver;
|
||||
} Driver;
|
||||
------------------------------ lcd_logical_driver ------------------------------
|
||||
|
||||
The first thing that is done is that lcd_init (lcd.c) is called. This function
|
||||
|
||||
Reference in New Issue
Block a user