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
|
|
@ -129,9 +129,7 @@ static void nwz_sig_handler(int sig, siginfo_t *siginfo, void *context)
|
|||
dump_proc_map();
|
||||
|
||||
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);
|
||||
unsigned line = 0;
|
||||
|
||||
lcd_setfont(FONT_SYSFIXED);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue