summaryrefslogtreecommitdiff
path: root/firmware/export/backlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/backlight.h')
-rw-r--r--firmware/export/backlight.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/firmware/export/backlight.h b/firmware/export/backlight.h
index 895328d98e..b09c98e7d2 100644
--- a/firmware/export/backlight.h
+++ b/firmware/export/backlight.h
@@ -45,8 +45,10 @@ void backlight_set_on_button_hold(int index);
45#endif 45#endif
46 46
47#ifdef HAVE_LCD_SLEEP 47#ifdef HAVE_LCD_SLEEP
48void backlight_lcd_sleep_countdown(bool start);
49#ifdef HAVE_LCD_SLEEP_SETTING
48void lcd_set_sleep_after_backlight_off(int index); 50void lcd_set_sleep_after_backlight_off(int index);
49extern const signed char lcd_sleep_timeout_value[]; 51#endif
50#endif 52#endif
51 53
52#else /* !HAVE_BACKLIGHT */ 54#else /* !HAVE_BACKLIGHT */
@@ -89,9 +91,5 @@ void buttonlight_set_timeout(int value);
89#ifdef HAVE_BUTTON_LIGHT 91#ifdef HAVE_BUTTON_LIGHT
90extern int _buttonlight_timeout; 92extern int _buttonlight_timeout;
91#endif 93#endif
92#ifdef HAVE_LCD_SLEEP
93extern int _lcd_sleep_timer;
94extern int _lcd_sleep_timeout;
95#endif
96 94
97#endif /* BACKLIGHT_H */ 95#endif /* BACKLIGHT_H */