diff options
Diffstat (limited to 'apps')
| -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 d96eb5c..d0d2d32 100644 --- a/apps/plugins/starfield.c +++ b/apps/plugins/starfield.c @@ -253,6 +253,9 @@ int plugin_main(void) 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); |