diff options
Diffstat (limited to 'apps/plugins/starfield.c')
-rw-r--r-- | apps/plugins/starfield.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/starfield.c b/apps/plugins/starfield.c index d96eb5c43f..d0d2d32066 100644 --- a/apps/plugins/starfield.c +++ b/apps/plugins/starfield.c | |||
@@ -253,6 +253,9 @@ int plugin_main(void) | |||
253 | starfield_init(&starfield); | 253 | starfield_init(&starfield); |
254 | starfield_add_stars(&starfield, INIT_STARS); | 254 | starfield_add_stars(&starfield, INIT_STARS); |
255 | 255 | ||
256 | #if LCD_DEPTH > 1 | ||
257 | rb->lcd_set_backdrop(NULL); | ||
258 | #endif | ||
256 | #ifdef HAVE_LCD_COLOR | 259 | #ifdef HAVE_LCD_COLOR |
257 | rb->lcd_set_background(LCD_BLACK); | 260 | rb->lcd_set_background(LCD_BLACK); |
258 | rb->lcd_set_foreground(LCD_WHITE); | 261 | rb->lcd_set_foreground(LCD_WHITE); |