mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05: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
|
|
@ -599,7 +599,7 @@ void lcd_sleep(void)
|
|||
|
||||
bool lcd_active(void)
|
||||
{
|
||||
return lcd_state.display;
|
||||
return lcd_state.display_on;
|
||||
}
|
||||
|
||||
#ifdef HAVE_LCD_SHUTDOWN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue