summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.c')
-rw-r--r--apps/screens.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.c b/apps/screens.c
index f6bd735a6f..e6f0a28c0a 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -86,7 +86,7 @@ void usb_screen(void)
86 /* nothing here! */ 86 /* nothing here! */
87#else 87#else
88 int i; 88 int i;
89#ifdef HAVE_LCD_COLOR 89#if LCD_DEPTH > 1
90 show_main_backdrop(); 90 show_main_backdrop();
91#endif 91#endif
92#if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1 92#if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1