summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat-s.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-gigabeat-s.h')
-rw-r--r--firmware/export/config-gigabeat-s.h22
1 files changed, 13 insertions, 9 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index d74f05ce9c..a0c05dad45 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -54,15 +54,6 @@
54/* Define this for LCD backlight available */ 54/* Define this for LCD backlight available */
55#define HAVE_BACKLIGHT 55#define HAVE_BACKLIGHT
56 56
57#define HAVE_LCD_ENABLE
58
59#define HAVE_BACKLIGHT_BRIGHTNESS
60
61/* Main LCD backlight brightness range and defaults */
62#define MIN_BRIGHTNESS_SETTING 0
63#define MAX_BRIGHTNESS_SETTING 24
64#define DEFAULT_BRIGHTNESS_SETTING 12
65
66/* Define this if you have a software controlled poweroff */ 57/* Define this if you have a software controlled poweroff */
67#define HAVE_SW_POWEROFF 58#define HAVE_SW_POWEROFF
68 59
@@ -78,7 +69,20 @@
78#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \ 69#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \
79 SAMPR_CAP_11) 70 SAMPR_CAP_11)
80 71
72#ifndef BOOTLOADER
73/* Not for bootloader */
74#define HAVE_LCD_ENABLE
75
76#define HAVE_BACKLIGHT_BRIGHTNESS
77
78/* Main LCD backlight brightness range and defaults */
79#define MIN_BRIGHTNESS_SETTING 0
80#define MAX_BRIGHTNESS_SETTING 24
81#define DEFAULT_BRIGHTNESS_SETTING 12
82
83
81#define HAVE_HEADPHONE_DETECTION 84#define HAVE_HEADPHONE_DETECTION
85#endif /* BOOTLOADER */
82 86
83#ifndef SIMULATOR 87#ifndef SIMULATOR
84 88