Now the curses driver supports a -B option: backlight color (on) color.
This goes with the "standard" background color option -b to give the appearance of a backlight.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
extern lcd_logical_driver *curses_drv;
|
||||
|
||||
int curses_drv_init (struct lcd_logical_driver *driver, char *args);
|
||||
void curses_drv_backlight (int on);
|
||||
void curses_drv_close ();
|
||||
void curses_drv_clear ();
|
||||
void curses_drv_flush ();
|
||||
|
||||
Reference in New Issue
Block a user