summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/starfield.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/starfield.c b/apps/plugins/starfield.c
index b236a21c21..93e4cac6ab 100644
--- a/apps/plugins/starfield.c
+++ b/apps/plugins/starfield.c
@@ -222,6 +222,14 @@ int plugin_main(void)
rb->lcd_getstringsize("A", &font_w, &font_h);
starfield_init(&starfield);
starfield_add_stars(&starfield, INIT_STARS);
+
+#if LCD_DEPTH > 1
+ rb->lcd_set_backdrop(NULL);
+#endif
+#ifdef HAVE_LCD_COLOR
+ rb->lcd_set_background(LCD_BLACK);
+ rb->lcd_set_foreground(LCD_WHITE);
+#endif
while (true)
{