summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipod4g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ipod4g.h')
-rw-r--r--firmware/export/config/ipod4g.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config/ipod4g.h b/firmware/export/config/ipod4g.h
index 61f12389d8..b9251e72fe 100644
--- a/firmware/export/config/ipod4g.h
+++ b/firmware/export/config/ipod4g.h
@@ -115,6 +115,12 @@
115 115
116/* Define this for LCD backlight available */ 116/* Define this for LCD backlight available */
117#define HAVE_BACKLIGHT 117#define HAVE_BACKLIGHT
118#define HAVE_BACKLIGHT_BRIGHTNESS
119
120/* Main LCD backlight brightness range and defaults */
121#define MIN_BRIGHTNESS_SETTING 1
122#define MAX_BRIGHTNESS_SETTING 31
123#define DEFAULT_BRIGHTNESS_SETTING 20
118 124
119/* define this if the unit uses a scrollwheel for navigation */ 125/* define this if the unit uses a scrollwheel for navigation */
120#define HAVE_SCROLLWHEEL 126#define HAVE_SCROLLWHEEL