diff options
author | Steve Gotthardt <gotthardt@rockbox.org> | 2007-01-08 08:53:36 +0000 |
---|---|---|
committer | Steve Gotthardt <gotthardt@rockbox.org> | 2007-01-08 08:53:36 +0000 |
commit | 93b047fffec9b6d3b5ef1697c3034caa83944182 (patch) | |
tree | 430b4482bd77c6d860a14048b25310db5aa8943d /firmware/export/config-gigabeat.h | |
parent | 2446b22db971668f8d6ba5cb2361aabbda286da1 (diff) |
Updated buttonlights for the Gigabeat port. Added LCD controller off and on for extra power savings - thanks to Greg White. Incorporated feedback from Gary Allen. Added 'battery charging' mode: shows leds during charging. Added 'follow' mode that turns off leds when backlight goes off. Flicker mode and new solid mode only show during disk access. Access settings from Info/debug menu for now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11945 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-gigabeat.h')
-rw-r--r-- | firmware/export/config-gigabeat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h index 3672bdfdb5..4a1d11d43a 100644 --- a/firmware/export/config-gigabeat.h +++ b/firmware/export/config-gigabeat.h @@ -41,6 +41,8 @@ /* Define this for LCD backlight available */ #define CONFIG_BACKLIGHT BL_GIGABEAT /* port controlled PWM */ +#define HAVE_LCD_ENABLE + #define HAVE_BACKLIGHT_BRIGHTNESS /* Main LCD backlight brightness range and defaults */ |