summaryrefslogtreecommitdiff
path: root/apps/screen_access.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screen_access.c')
-rw-r--r--apps/screen_access.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c
index fc92210981..79ab459475 100644
--- a/apps/screen_access.c
+++ b/apps/screen_access.c
@@ -195,6 +195,7 @@ struct screen screens[NB_SCREENS] =
195#endif 195#endif
196 .bmp = &lcd_bmp, 196 .bmp = &lcd_bmp,
197 .bmp_part = &lcd_bmp_part, 197 .bmp_part = &lcd_bmp_part,
198 .nine_segment_bmp = &lcd_nine_segment_bmp,
198#if LCD_DEPTH > 1 199#if LCD_DEPTH > 1
199#if defined(HAVE_LCD_COLOR) && defined(LCD_REMOTE_DEPTH) && LCD_REMOTE_DEPTH > 1 200#if defined(HAVE_LCD_COLOR) && defined(LCD_REMOTE_DEPTH) && LCD_REMOTE_DEPTH > 1
200 .color_to_native=&lcd_color_to_native, 201 .color_to_native=&lcd_color_to_native,