mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
One more try: Fix remaining reds and yellows
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20335 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7e7d8ebfef
commit
9771c9c771
8 changed files with 80 additions and 77 deletions
|
|
@ -225,7 +225,7 @@ static void lcd_display_off(void)
|
|||
display_on = false;
|
||||
}
|
||||
|
||||
|
||||
#ifdef HAVE_LCD_ENABLE
|
||||
void lcd_enable(bool on)
|
||||
{
|
||||
/* Disabled until properly working */
|
||||
|
|
@ -244,11 +244,14 @@ return;
|
|||
lcd_display_off(); /* Turn off display */
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP)
|
||||
bool lcd_active(void)
|
||||
{
|
||||
return display_on;
|
||||
}
|
||||
#endif
|
||||
|
||||
void lcd_set_direct_fb(bool yes)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue