summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/screen_access.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c
index 775dc50d5f..28dad06cfc 100644
--- a/apps/screen_access.c
+++ b/apps/screen_access.c
@@ -288,7 +288,8 @@ struct screen screens[NB_SCREENS] =
288 .backlight_off=&remote_backlight_off, 288 .backlight_off=&remote_backlight_off,
289 .is_backlight_on=&is_remote_backlight_on, 289 .is_backlight_on=&is_remote_backlight_on,
290 .backlight_set_timeout=&remote_backlight_set_timeout, 290 .backlight_set_timeout=&remote_backlight_set_timeout,
291#if LCD_DEPTH > 1 291
292#if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1
292 .backdrop_load=&remote_backdrop_load, 293 .backdrop_load=&remote_backdrop_load,
293 .backdrop_unload=&remote_backdrop_unload, 294 .backdrop_unload=&remote_backdrop_unload,
294 .backdrop_show=&remote_backdrop_show, 295 .backdrop_show=&remote_backdrop_show,