Fix yellows (the reds on mono are caused by this, again, stupid typo).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22243 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7dc1e220d2
commit
553f95806f
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ void panicf( const char *fmt, ...)
|
|||
#elif defined(HAVE_LCD_BITMAP)
|
||||
int y = 1;
|
||||
|
||||
#ifdef LCD_DEPTH > 1
|
||||
#if LCD_DEPTH > 1
|
||||
lcd_set_backdrop(NULL);
|
||||
lcd_set_foreground(LCD_BLACK);
|
||||
lcd_set_background(LCD_WHITE);
|
||||
|
|
Loading…
Reference in a new issue