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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/backlight.h b/firmware/export/backlight.h
index a1c65a3..6d02979 100644
--- a/firmware/export/backlight.h
+++ b/firmware/export/backlight.h
@@ -60,6 +60,10 @@ void backlight_set_on_button_hold(int index);
void lcd_set_sleep_after_backlight_off(int timeout_seconds);
#endif
+#ifdef HAVE_LCD_SLEEP
+void lcd_awake(void);
+#endif
+
#else /* !HAVE_BACKLIGHT */
#define backlight_init()
#endif /* !HAVE_BACKLIGHT */