From 0f12a77d605f7d38cd5909a9ba91eddd65644d19 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 2 Dec 2021 18:09:04 -0500 Subject: Fix red from 8325b59f3b Change-Id: I38f53d1cee1572ef5d82ed07bc184403fa2f7b00 --- apps/plugins/pictureflow/pictureflow.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c index aba9443120..f3d07c3981 100644 --- a/apps/plugins/pictureflow/pictureflow.c +++ b/apps/plugins/pictureflow/pictureflow.c @@ -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 -- cgit v1.2.3