diff options
author | Karl Kurbjun <kkurbjun@gmail.com> | 2007-05-07 19:34:34 +0000 |
---|---|---|
committer | Karl Kurbjun <kkurbjun@gmail.com> | 2007-05-07 19:34:34 +0000 |
commit | 173b611921db2d353d977dc617a8288345f5e6ed (patch) | |
tree | 07927feefbc137db4f80f0e35f70da462063e376 /firmware/export/config-gigabeat.h | |
parent | 7cdd0fe6ea8561a94862f0b0dd53fa8b5a7628e9 (diff) |
Basic gigabeat buttonlight support outside of debug menu FS#7112. Also disables USB PLL and the USB device clock (uneeded to connect to computer) - May offer some power savings. Changed how some pins are initialized.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13346 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-gigabeat.h')
-rw-r--r-- | firmware/export/config-gigabeat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h index 35b6175227..a83dc55fd8 100644 --- a/firmware/export/config-gigabeat.h +++ b/firmware/export/config-gigabeat.h @@ -32,7 +32,6 @@ #define LCD_DEPTH 16 /* 65k colours */ #define LCD_PIXELFORMAT RGB565 /* rgb565 */ - #define CONFIG_KEYPAD GIGABEAT_PAD /* Define this if you do software codec */ @@ -44,13 +43,14 @@ /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT +#define HAVE_BUTTON_LIGHT + #define HAVE_LCD_ENABLE #define HAVE_BACKLIGHT_BRIGHTNESS /* Main LCD backlight brightness range and defaults */ #define MIN_BRIGHTNESS_SETTING 0 /* 0.5 mA */ -#define MIN_ACTIVE_BRIGHTNESS_SETTING 16 /* lowest active brightness */ #define MAX_DIM_BRIGHTNESS_SETTING 15 /* highest 'dimness' */ #define MAX_BRIGHTNESS_SETTING 63 /* 32 mA */ #define DEFAULT_BRIGHTNESS_SETTING 39 /* 20 mA */ |