summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-12-04 04:16:53 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-12-04 04:16:53 +0000
commit1616e66e553226b6882033c4f033bb4326557752 (patch)
treec50990e97612866946c45008700c5e9c4efbad4a /firmware/export
parentdcf28c277e8b976de246f7e68f41b70dd672cc59 (diff)
downloadrockbox-1616e66e553226b6882033c4f033bb4326557752.tar.gz
rockbox-1616e66e553226b6882033c4f033bb4326557752.zip
Gigabeat S: Turn off backlight LED supply after a 2-second delay and save a little power. Hardware fading required keeping supply enabled during fade out. Let fade happen at poweroff (might as well~~~).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19322 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-gigabeat-s.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index f0e9e92a04..72b1cb76a8 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -76,9 +76,17 @@
76 SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \ 76 SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \
77 SAMPR_CAP_12 | SAMPR_CAP_11 | SAMPR_CAP_8) 77 SAMPR_CAP_12 | SAMPR_CAP_11 | SAMPR_CAP_8)
78 78
79/* Define this if your LCD can be put to sleep. */
80#define HAVE_LCD_SLEEP
81/* We don't use a setting but a fixed delay after the backlight has
82 * turned off */
83#define LCD_SLEEP_TIMEOUT (2*HZ)
84
79#ifndef BOOTLOADER 85#ifndef BOOTLOADER
80/* Not for bootloader */ 86#if 0
87/* Define this if your LCD can be enabled/disabled */
81#define HAVE_LCD_ENABLE 88#define HAVE_LCD_ENABLE
89#endif
82 90
83#define HAVE_BACKLIGHT_BRIGHTNESS 91#define HAVE_BACKLIGHT_BRIGHTNESS
84 92