summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe500.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-mrobe500.h')
-rw-r--r--firmware/export/config-mrobe500.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index 9854d50e01..d5d31ffc41 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -72,7 +72,17 @@
72#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 72#define LCD_PIXELFORMAT RGB565 /* rgb565 */
73 73
74/* Define this if your LCD can be enabled/disabled */ 74/* Define this if your LCD can be enabled/disabled */
75//#define HAVE_LCD_ENABLE 75#define HAVE_LCD_ENABLE
76
77#define HAVE_LCD_SLEEP_SETTING
78
79/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
80 should be defined as well. */
81#define HAVE_LCD_SLEEP
82
83/* We don't use a setting but a fixed delay after the backlight has
84 * turned off */
85#define LCD_SLEEP_TIMEOUT (5*HZ)
76 86
77/* remote LCD */ 87/* remote LCD */
78//#define HAVE_REMOTE_LCD 88//#define HAVE_REMOTE_LCD