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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c
index 8267ce3ecd..775dc50d5f 100644
--- a/apps/screen_access.c
+++ b/apps/screen_access.c
@@ -199,10 +199,12 @@ struct screen screens[NB_SCREENS] =
199 .backlight_off=&backlight_off, 199 .backlight_off=&backlight_off,
200 .is_backlight_on=&is_backlight_on, 200 .is_backlight_on=&is_backlight_on,
201 .backlight_set_timeout=&backlight_set_timeout, 201 .backlight_set_timeout=&backlight_set_timeout,
202#if LCD_DEPTH > 1
202 .backdrop_load=&backdrop_load, 203 .backdrop_load=&backdrop_load,
203 .backdrop_unload=&backdrop_unload, 204 .backdrop_unload=&backdrop_unload,
204 .backdrop_show=&backdrop_show, 205 .backdrop_show=&backdrop_show,
205 .backdrop_hide=&backdrop_hide, 206 .backdrop_hide=&backdrop_hide,
207#endif
206#ifdef HAVE_BUTTONBAR 208#ifdef HAVE_BUTTONBAR
207 .has_buttonbar=false, 209 .has_buttonbar=false,
208#endif 210#endif
@@ -286,10 +288,12 @@ struct screen screens[NB_SCREENS] =
286 .backlight_off=&remote_backlight_off, 288 .backlight_off=&remote_backlight_off,
287 .is_backlight_on=&is_remote_backlight_on, 289 .is_backlight_on=&is_remote_backlight_on,
288 .backlight_set_timeout=&remote_backlight_set_timeout, 290 .backlight_set_timeout=&remote_backlight_set_timeout,
291#if LCD_DEPTH > 1
289 .backdrop_load=&remote_backdrop_load, 292 .backdrop_load=&remote_backdrop_load,
290 .backdrop_unload=&remote_backdrop_unload, 293 .backdrop_unload=&remote_backdrop_unload,
291 .backdrop_show=&remote_backdrop_show, 294 .backdrop_show=&remote_backdrop_show,
292 .backdrop_hide=&remote_backdrop_hide, 295 .backdrop_hide=&remote_backdrop_hide,
296#endif
293#ifdef HAVE_BUTTONBAR 297#ifdef HAVE_BUTTONBAR
294 .has_buttonbar=false, 298 .has_buttonbar=false,
295#endif 299#endif