summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorSteve Gotthardt <gotthardt@rockbox.org>2007-01-08 08:53:36 +0000
committerSteve Gotthardt <gotthardt@rockbox.org>2007-01-08 08:53:36 +0000
commit93b047fffec9b6d3b5ef1697c3034caa83944182 (patch)
tree430b4482bd77c6d860a14048b25310db5aa8943d /firmware/export
parent2446b22db971668f8d6ba5cb2361aabbda286da1 (diff)
downloadrockbox-93b047fffec9b6d3b5ef1697c3034caa83944182.tar.gz
rockbox-93b047fffec9b6d3b5ef1697c3034caa83944182.zip
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')
-rw-r--r--firmware/export/config-gigabeat.h2
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 @@
41/* Define this for LCD backlight available */ 41/* Define this for LCD backlight available */
42#define CONFIG_BACKLIGHT BL_GIGABEAT /* port controlled PWM */ 42#define CONFIG_BACKLIGHT BL_GIGABEAT /* port controlled PWM */
43 43
44#define HAVE_LCD_ENABLE
45
44#define HAVE_BACKLIGHT_BRIGHTNESS 46#define HAVE_BACKLIGHT_BRIGHTNESS
45 47
46/* Main LCD backlight brightness range and defaults */ 48/* Main LCD backlight brightness range and defaults */