1
0
Fork 0
forked from len0rd/rockbox

Set DRMODE_SOLID, uniform colors, and sysfont before clearing LCD to display panic or exception messages - see FS#10665.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23623 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andrew Mahone 2009-11-14 11:27:41 +00:00
parent d1963e14de
commit 81f72ddef6
5 changed files with 37 additions and 7 deletions

View file

@ -63,6 +63,7 @@ void panicf( const char *fmt, ...)
#if LCD_DEPTH > 1
lcd_set_backdrop(NULL);
lcd_set_drawmode(DRMODE_SOLID);
lcd_set_foreground(LCD_BLACK);
lcd_set_background(LCD_WHITE);
#endif