Multi-screen API: * lcd_update() is now available for all LCDs. * Added missing functions for non-monochrome remote LCDs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12996 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
239cda6fc4
commit
c55ec18f98
1 changed files with 0 additions and 2 deletions
|
@ -125,9 +125,7 @@ struct screen
|
||||||
void (*scroll_delay)(int ms);
|
void (*scroll_delay)(int ms);
|
||||||
void (*stop_scroll)(void);
|
void (*stop_scroll)(void);
|
||||||
void (*clear_display)(void);
|
void (*clear_display)(void);
|
||||||
#if defined(HAVE_LCD_BITMAP) || defined(HAVE_REMOTE_LCD) || defined(SIMULATOR)
|
|
||||||
void (*update)(void);
|
void (*update)(void);
|
||||||
#endif
|
|
||||||
void (*backlight_on)(void);
|
void (*backlight_on)(void);
|
||||||
void (*backlight_off)(void);
|
void (*backlight_off)(void);
|
||||||
bool (*is_backlight_on)(void);
|
bool (*is_backlight_on)(void);
|
||||||
|
|
Loading…
Reference in a new issue