summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-12-02 18:09:04 -0500
committerSolomon Peachy <pizza@shaftnet.org>2021-12-02 18:09:48 -0500
commit0f12a77d605f7d38cd5909a9ba91eddd65644d19 (patch)
tree235424d516614c0ad39fea3d148c66b6faa9d390 /apps
parent64192cdfa8c11c117567e19f80033a2c184db357 (diff)
downloadrockbox-0f12a77d605f7d38cd5909a9ba91eddd65644d19.tar.gz
rockbox-0f12a77d605f7d38cd5909a9ba91eddd65644d19.zip
Fix red from 8325b59f3b
Change-Id: I38f53d1cee1572ef5d82ed07bc184403fa2f7b00
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/pictureflow/pictureflow.c2
1 files changed, 2 insertions, 0 deletions
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)
3629{ 3629{
3630#ifdef USEGSLIB 3630#ifdef USEGSLIB
3631 grey_show(false); 3631 grey_show(false);
3632#if LCD_DEPTH > 1
3632 rb->lcd_set_background(N_BRIGHT(0)); 3633 rb->lcd_set_background(N_BRIGHT(0));
3633 rb->lcd_set_foreground(N_BRIGHT(255)); 3634 rb->lcd_set_foreground(N_BRIGHT(255));
3635#endif
3634 rb->lcd_clear_display(); 3636 rb->lcd_clear_display();
3635 rb->lcd_update(); 3637 rb->lcd_update();
3636#endif 3638#endif