Change-Id: I38f53d1cee1572ef5d82ed07bc184403fa2f7b00
This commit is contained in:
Solomon Peachy 2021-12-02 18:09:04 -05:00
parent 64192cdfa8
commit 0f12a77d60

View file

@ -3629,8 +3629,10 @@ static void rb_splash_added_to_playlist(void)
{
#ifdef USEGSLIB
grey_show(false);
#if LCD_DEPTH > 1
rb->lcd_set_background(N_BRIGHT(0));
rb->lcd_set_foreground(N_BRIGHT(255));
#endif
rb->lcd_clear_display();
rb->lcd_update();
#endif