summaryrefslogtreecommitdiff
path: root/apps/plugins/credits.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/credits.c')
-rw-r--r--apps/plugins/credits.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/apps/plugins/credits.c b/apps/plugins/credits.c
index 782bc6eb14..86ca0ff4ab 100644
--- a/apps/plugins/credits.c
+++ b/apps/plugins/credits.c
@@ -362,16 +362,11 @@ enum plugin_status plugin_start(const void* parameter)
362 /* Turn off backlight timeout */ 362 /* Turn off backlight timeout */
363 backlight_ignore_timeout(); 363 backlight_ignore_timeout();
364 364
365#if LCD_DEPTH > 1 365#if LCD_DEPTH >= 16
366 rb->lcd_set_foreground (LCD_WHITE); 366 rb->lcd_set_foreground (LCD_WHITE);
367 rb->lcd_set_background (LCD_BLACK); 367 rb->lcd_set_background (LCD_BLACK);
368#endif 368#endif
369#ifdef HAVE_REMOTE_LCD 369
370#if (LCD_REMOTE_DEPTH > 1)
371 rb->lcd_remote_set_foreground (LCD_WHITE);
372 rb->lcd_remote_set_background (LCD_BLACK);
373#endif
374#endif
375 show_logo(); 370 show_logo();
376 371
377 /* Show the logo for about 5 secs allowing the user to stop */ 372 /* Show the logo for about 5 secs allowing the user to stop */