summaryrefslogtreecommitdiff
path: root/firmware/export/config-hdd1630.h
diff options
context:
space:
mode:
authorMark Arigo <markarigo@gmail.com>2009-02-18 02:19:22 +0000
committerMark Arigo <markarigo@gmail.com>2009-02-18 02:19:22 +0000
commitf34cd80f638a6ca3b336f6ebd14cd958974b2760 (patch)
tree91195848e098a6f0f6372d39424306e32d3df9d2 /firmware/export/config-hdd1630.h
parent42ef5b0c88f92418c79e7414063c808b7c36a9be (diff)
downloadrockbox-f34cd80f638a6ca3b336f6ebd14cd958974b2760.tar.gz
rockbox-f34cd80f638a6ca3b336f6ebd14cd958974b2760.zip
Backlight brightness and button lights for the Philips HDD1630
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20035 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-hdd1630.h')
-rwxr-xr-xfirmware/export/config-hdd1630.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/firmware/export/config-hdd1630.h b/firmware/export/config-hdd1630.h
index 7ccad010fe..69ef99955d 100755
--- a/firmware/export/config-hdd1630.h
+++ b/firmware/export/config-hdd1630.h
@@ -108,15 +108,17 @@
108 108
109/* Define this for LCD backlight available */ 109/* Define this for LCD backlight available */
110#define HAVE_BACKLIGHT 110#define HAVE_BACKLIGHT
111/* #define HAVE_BACKLIGHT_BRIGHTNESS */ 111#define HAVE_BACKLIGHT_BRIGHTNESS
112/* #define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING */
112 113
113/* Main LCD backlight brightness range and defaults */ 114/* Main LCD backlight brightness range and defaults */
114#define MIN_BRIGHTNESS_SETTING 1 115#define MIN_BRIGHTNESS_SETTING 1
115#define MAX_BRIGHTNESS_SETTING 12 116#define MAX_BRIGHTNESS_SETTING 16
116#define DEFAULT_BRIGHTNESS_SETTING 6 117#define DEFAULT_BRIGHTNESS_SETTING 13 /* match OF brightness */
117 118
118/* define this if you have a light associated with the buttons */ 119/* define this if you have a light associated with the buttons */
119/* #define HAVE_BUTTON_LIGHT */ 120#define HAVE_BUTTON_LIGHT
121#define HAVE_BUTTONLIGHT_BRIGHTNESS
120 122
121#define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */ 123#define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */
122#define BATTERY_CAPACITY_MIN 630 /* min. capacity selectable */ 124#define BATTERY_CAPACITY_MIN 630 /* min. capacity selectable */