forked from len0rd/rockbox
use lcd_drawinfo instead of separate drawmode, fg, bg calls
Change-Id: I181ff3a93f03ce1ae44a20f2b216de400320207f
This commit is contained in:
parent
e09b466554
commit
95f4accf45
7 changed files with 7 additions and 21 deletions
|
@ -103,9 +103,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);
|
||||
lcd_set_drawinfo(DRMODE_SOLID, LCD_BLACK, LCD_WHITE);
|
||||
#endif
|
||||
|
||||
lcd_clear_display();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue