summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/backlight.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/backlight.h b/firmware/export/backlight.h
index 6025fba..ab1f905 100644
--- a/firmware/export/backlight.h
+++ b/firmware/export/backlight.h
@@ -19,6 +19,8 @@
#ifndef BACKLIGHT_H
#define BACKLIGHT_H
+#include "config.h"
+
void backlight_init(void);
void backlight_on(void);
void backlight_off(void);
@@ -31,4 +33,8 @@ void remote_backlight_on(void);
void remote_backlight_off(void);
extern const char backlight_timeout_value[];
+#ifdef HAVE_REMOTE_LCD
+void remote_backlight_set_timeout(int index);
+#endif
+
#endif