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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index 35b6175227..a83dc55fd8 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -32,7 +32,6 @@
32#define LCD_DEPTH 16 /* 65k colours */ 32#define LCD_DEPTH 16 /* 65k colours */
33#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 33#define LCD_PIXELFORMAT RGB565 /* rgb565 */
34 34
35
36#define CONFIG_KEYPAD GIGABEAT_PAD 35#define CONFIG_KEYPAD GIGABEAT_PAD
37 36
38/* Define this if you do software codec */ 37/* Define this if you do software codec */
@@ -44,13 +43,14 @@
44/* Define this for LCD backlight available */ 43/* Define this for LCD backlight available */
45#define HAVE_BACKLIGHT 44#define HAVE_BACKLIGHT
46 45
46#define HAVE_BUTTON_LIGHT
47
47#define HAVE_LCD_ENABLE 48#define HAVE_LCD_ENABLE
48 49
49#define HAVE_BACKLIGHT_BRIGHTNESS 50#define HAVE_BACKLIGHT_BRIGHTNESS
50 51
51/* Main LCD backlight brightness range and defaults */ 52/* Main LCD backlight brightness range and defaults */
52#define MIN_BRIGHTNESS_SETTING 0 /* 0.5 mA */ 53#define MIN_BRIGHTNESS_SETTING 0 /* 0.5 mA */
53#define MIN_ACTIVE_BRIGHTNESS_SETTING 16 /* lowest active brightness */
54#define MAX_DIM_BRIGHTNESS_SETTING 15 /* highest 'dimness' */ 54#define MAX_DIM_BRIGHTNESS_SETTING 15 /* highest 'dimness' */
55#define MAX_BRIGHTNESS_SETTING 63 /* 32 mA */ 55#define MAX_BRIGHTNESS_SETTING 63 /* 32 mA */
56#define DEFAULT_BRIGHTNESS_SETTING 39 /* 20 mA */ 56#define DEFAULT_BRIGHTNESS_SETTING 39 /* 20 mA */