mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Fix reds and yellows (hopefully). Some targets apparently didn't properly #ifdef lcd_enable and lcd_sleep code out, so that it got partly active in the bootloader; rename the ui simulator stub fixes most reds; for the clip: move the hook code into lcd-1bit-vert.c which should fix the bootloader red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20333 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
68f9ef2d57
commit
4ed387d603
16 changed files with 78 additions and 46 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#include <stdbool.h>
|
||||
|
||||
void lcd_enable(bool state);
|
||||
bool lcd_enabled(void);
|
||||
bool lcd_active(void);
|
||||
void lcd_init_device(void);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue