mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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
|
|
@ -70,9 +70,7 @@ static void exception_dump(void* frame, unsigned long epc,
|
|||
lcd_set_viewport(NULL);
|
||||
#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