summaryrefslogtreecommitdiff
path: root/apps/plugins/star.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/star.c')
-rw-r--r--apps/plugins/star.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/star.c b/apps/plugins/star.c
index 2bf2902bc6..2f5814d8c8 100644
--- a/apps/plugins/star.c
+++ b/apps/plugins/star.c
@@ -1115,6 +1115,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
1115 rb->lcd_getstringsize("a", &char_width, &char_height); 1115 rb->lcd_getstringsize("a", &char_width, &char_height);
1116 1116
1117#if LCD_DEPTH > 1 1117#if LCD_DEPTH > 1
1118 rb->lcd_set_backdrop(NULL);
1118 rb->lcd_set_background( LCD_BLACK ); 1119 rb->lcd_set_background( LCD_BLACK );
1119 rb->lcd_set_foreground( LCD_WHITE ); 1120 rb->lcd_set_foreground( LCD_WHITE );
1120#endif 1121#endif