summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/screen_access.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c
index 46b5168661..4744a26773 100644
--- a/apps/screen_access.c
+++ b/apps/screen_access.c
@@ -289,10 +289,12 @@ struct screen screens[NB_SCREENS] =
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 291
292#if LCD_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,
295 .backdrop_hide=&remote_backdrop_hide, 296 .backdrop_hide=&remote_backdrop_hide,
297#endif
296#ifdef HAVE_BUTTONBAR 298#ifdef HAVE_BUTTONBAR
297 .has_buttonbar=false, 299 .has_buttonbar=false,
298#endif 300#endif