summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodnano.h')
-rw-r--r--firmware/export/config-ipodnano.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index 4fcb8f69dc..69095614dc 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -72,6 +72,12 @@
72 72
73/* Define this for LCD backlight available */ 73/* Define this for LCD backlight available */
74#define HAVE_BACKLIGHT 74#define HAVE_BACKLIGHT
75#define HAVE_BACKLIGHT_BRIGHTNESS
76
77/* Main LCD backlight brightness range and defaults */
78#define MIN_BRIGHTNESS_SETTING 1
79#define MAX_BRIGHTNESS_SETTING 32
80#define DEFAULT_BRIGHTNESS_SETTING 16
75 81
76/* We can fade the backlight by using PWM */ 82/* We can fade the backlight by using PWM */
77#define HAVE_BACKLIGHT_PWM_FADING 83#define HAVE_BACKLIGHT_PWM_FADING