forked from len0rd/rockbox
Fix red from 8325b59f3b
Change-Id: I38f53d1cee1572ef5d82ed07bc184403fa2f7b00
This commit is contained in:
parent
64192cdfa8
commit
0f12a77d60
1 changed files with 2 additions and 0 deletions
|
@ -3629,8 +3629,10 @@ static void rb_splash_added_to_playlist(void)
|
||||||
{
|
{
|
||||||
#ifdef USEGSLIB
|
#ifdef USEGSLIB
|
||||||
grey_show(false);
|
grey_show(false);
|
||||||
|
#if LCD_DEPTH > 1
|
||||||
rb->lcd_set_background(N_BRIGHT(0));
|
rb->lcd_set_background(N_BRIGHT(0));
|
||||||
rb->lcd_set_foreground(N_BRIGHT(255));
|
rb->lcd_set_foreground(N_BRIGHT(255));
|
||||||
|
#endif
|
||||||
rb->lcd_clear_display();
|
rb->lcd_clear_display();
|
||||||
rb->lcd_update();
|
rb->lcd_update();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue