summaryrefslogtreecommitdiff
path: root/apps/menus/display_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/display_menu.c')
-rw-r--r--apps/menus/display_menu.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/menus/display_menu.c b/apps/menus/display_menu.c
index a1067fc333..5dc14ce5b9 100644
--- a/apps/menus/display_menu.c
+++ b/apps/menus/display_menu.c
@@ -79,7 +79,7 @@ int flipdisplay_callback(int action,const struct menu_item_ex *this_item)
79/* LCD MENU */ 79/* LCD MENU */
80#ifdef CONFIG_BACKLIGHT 80#ifdef CONFIG_BACKLIGHT
81MENUITEM_SETTING(backlight_timeout, &global_settings.backlight_timeout, NULL); 81MENUITEM_SETTING(backlight_timeout, &global_settings.backlight_timeout, NULL);
82#ifdef CONFIG_CHARGING 82#if CONFIG_CHARGING
83MENUITEM_SETTING(backlight_timeout_plugged, 83MENUITEM_SETTING(backlight_timeout_plugged,
84 &global_settings.backlight_timeout_plugged, NULL); 84 &global_settings.backlight_timeout_plugged, NULL);
85#endif 85#endif
@@ -174,7 +174,7 @@ MAKE_MENU(lcd_settings,ID2P(LANG_LCD_MENU),
174 NULL, bitmap_icons_6x8[Icon_Display_menu] 174 NULL, bitmap_icons_6x8[Icon_Display_menu]
175#ifdef CONFIG_BACKLIGHT 175#ifdef CONFIG_BACKLIGHT
176 ,&backlight_timeout 176 ,&backlight_timeout
177# ifdef CONFIG_CHARGING 177# if CONFIG_CHARGING
178 ,&backlight_timeout_plugged 178 ,&backlight_timeout_plugged
179# endif 179# endif
180# ifdef HAS_BUTTON_HOLD 180# ifdef HAS_BUTTON_HOLD
@@ -218,7 +218,7 @@ MAKE_MENU(lcd_settings,ID2P(LANG_LCD_MENU),
218MENUITEM_SETTING(remote_backlight_timeout, 218MENUITEM_SETTING(remote_backlight_timeout,
219 &global_settings.remote_backlight_timeout, NULL); 219 &global_settings.remote_backlight_timeout, NULL);
220 220
221#ifdef CONFIG_CHARGING 221#if CONFIG_CHARGING
222MENUITEM_SETTING(remote_backlight_timeout_plugged, 222MENUITEM_SETTING(remote_backlight_timeout_plugged,
223 &global_settings.remote_backlight_timeout_plugged, NULL); 223 &global_settings.remote_backlight_timeout_plugged, NULL);
224#endif 224#endif
@@ -260,7 +260,7 @@ MENUITEM_SETTING(remote_reduce_ticking,
260MAKE_MENU(lcd_remote_settings, ID2P(LANG_LCD_REMOTE_MENU), 260MAKE_MENU(lcd_remote_settings, ID2P(LANG_LCD_REMOTE_MENU),
261 NULL, bitmap_icons_6x8[Icon_Remote_Display_menu], 261 NULL, bitmap_icons_6x8[Icon_Remote_Display_menu],
262 &remote_backlight_timeout, 262 &remote_backlight_timeout,
263#ifdef CONFIG_CHARGING 263#if CONFIG_CHARGING
264 &remote_backlight_timeout_plugged, 264 &remote_backlight_timeout_plugged,
265#endif 265#endif
266#ifdef HAS_REMOTE_BUTTON_HOLD 266#ifdef HAS_REMOTE_BUTTON_HOLD