summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-gigabeat.h')
-rw-r--r--firmware/export/config-gigabeat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index 816796b706..8a11c936ff 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -38,6 +38,7 @@
38#define LCD_DEPTH 16 /* 65k colours */ 38#define LCD_DEPTH 16 /* 65k colours */
39#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 39#define LCD_PIXELFORMAT RGB565 /* rgb565 */
40 40
41#ifndef BOOTLOADER
41/* Define this if your LCD can be enabled/disabled */ 42/* Define this if your LCD can be enabled/disabled */
42#define HAVE_LCD_ENABLE 43#define HAVE_LCD_ENABLE
43 44
@@ -47,6 +48,7 @@
47/* We don't use a setting but a fixed delay after the backlight has 48/* We don't use a setting but a fixed delay after the backlight has
48 * turned off */ 49 * turned off */
49#define LCD_SLEEP_TIMEOUT (5*HZ) 50#define LCD_SLEEP_TIMEOUT (5*HZ)
51#endif /* BOOTLOADER */
50 52
51#define CONFIG_KEYPAD GIGABEAT_PAD 53#define CONFIG_KEYPAD GIGABEAT_PAD
52 54