forked from len0rd/rockbox
Fix red and yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19951 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0d935ce75e
commit
305d86d045
2 changed files with 4 additions and 2 deletions
|
|
@ -138,7 +138,9 @@ void sim_backlight(int value)
|
|||
sdl_gui_update(lcd_surface, 0, 0, SIM_LCD_WIDTH, SIM_LCD_HEIGHT,
|
||||
SIM_LCD_WIDTH, SIM_LCD_HEIGHT,
|
||||
background ? UI_LCD_POSX : 0, background? UI_LCD_POSY : 0);
|
||||
#endif /* LCD_DEPTH <= 8 */
|
||||
#else /* LCD_DEPTH > 8 */
|
||||
(void)value; /* not yet simulated */
|
||||
#endif /* LCD_DEPTH */
|
||||
}
|
||||
#endif /* HAVE_BACKLIGHT */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue