summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipodcolor.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ipodcolor.h')
-rw-r--r--firmware/export/config/ipodcolor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config/ipodcolor.h b/firmware/export/config/ipodcolor.h
index ba546e85cb..5448cb76b7 100644
--- a/firmware/export/config/ipodcolor.h
+++ b/firmware/export/config/ipodcolor.h
@@ -99,6 +99,12 @@
99 99
100/* Define this for LCD backlight available */ 100/* Define this for LCD backlight available */
101#define HAVE_BACKLIGHT 101#define HAVE_BACKLIGHT
102#define HAVE_BACKLIGHT_BRIGHTNESS
103
104/* Main LCD backlight brightness range and defaults */
105#define MIN_BRIGHTNESS_SETTING 1
106#define MAX_BRIGHTNESS_SETTING 31
107#define DEFAULT_BRIGHTNESS_SETTING 20
102 108
103/* define this if the unit uses a scrollwheel for navigation */ 109/* define this if the unit uses a scrollwheel for navigation */
104#define HAVE_SCROLLWHEEL 110#define HAVE_SCROLLWHEEL