summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2006-09-28 12:06:56 +0000
committerBarry Wardell <rockbox@barrywardell.net>2006-09-28 12:06:56 +0000
commit03aa9c9feac4b74ae4cc82835d6c0cb92decb997 (patch)
tree5a963bbdbbc39eb20816a2f8bcf15502021a0b93 /firmware/export
parentb2269cce949c217453facfbc3eecadd7ea5ef9bc (diff)
downloadrockbox-03aa9c9feac4b74ae4cc82835d6c0cb92decb997.tar.gz
rockbox-03aa9c9feac4b74ae4cc82835d6c0cb92decb997.zip
Apply Mike Sevakis' recent sleep/contrast fixes for the X5 LCD driver to the H10 20GB LCD driver. With this fix, sleeping the LCD on the H10 20GB now works as it should so enable it as an option to save extra battery.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11085 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h10.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index 921e31cf08..86d7cddca1 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -114,7 +114,7 @@
114/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE 114/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
115 * should be defined as well. 115 * should be defined as well.
116 * We can currently put the lcd to sleep but it won't wake up properly */ 116 * We can currently put the lcd to sleep but it won't wake up properly */
117/*#define HAVE_LCD_SLEEP*/ 117#define HAVE_LCD_SLEEP
118 118
119/* Offset ( in the firmware file's header ) to the file length */ 119/* Offset ( in the firmware file's header ) to the file length */
120#define FIRMWARE_OFFSET_FILE_LENGTH 0 120#define FIRMWARE_OFFSET_FILE_LENGTH 0