summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2009-02-09 07:01:46 +0000
committerMichael Sevakis <jethead71@rockbox.org>2009-02-09 07:01:46 +0000
commitf7a06dd6fc2022876c392e186bcf5037dd5a34bf (patch)
tree98818e2c6dfef6e475158f9f3b54cbf3630ed5d4 /firmware/export
parent9f5687c9e633dcc2caef7351747af9ee86689590 (diff)
downloadrockbox-f7a06dd6fc2022876c392e186bcf5037dd5a34bf.tar.gz
rockbox-f7a06dd6fc2022876c392e186bcf5037dd5a34bf.zip
Gigabeat S: Try to save some power. Implement lcd_enable and turn off LCD DMA channel when backlight is off.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19953 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-gigabeat-s.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index e5654fe0a2..f55a4fd382 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -104,11 +104,10 @@
104 * turned off */ 104 * turned off */
105#define LCD_SLEEP_TIMEOUT (2*HZ) 105#define LCD_SLEEP_TIMEOUT (2*HZ)
106 106
107#ifndef BOOTLOADER
108#if 0
109/* Define this if your LCD can be enabled/disabled */ 107/* Define this if your LCD can be enabled/disabled */
110#define HAVE_LCD_ENABLE 108#define HAVE_LCD_ENABLE
111#endif 109
110#ifndef BOOTLOADER
112 111
113#define HAVE_BACKLIGHT_BRIGHTNESS 112#define HAVE_BACKLIGHT_BRIGHTNESS
114 113