diff options
author | Barry Wardell <rockbox@barrywardell.net> | 2006-09-28 12:06:56 +0000 |
---|---|---|
committer | Barry Wardell <rockbox@barrywardell.net> | 2006-09-28 12:06:56 +0000 |
commit | 03aa9c9feac4b74ae4cc82835d6c0cb92decb997 (patch) | |
tree | 5a963bbdbbc39eb20816a2f8bcf15502021a0b93 /firmware/export/config-h10.h | |
parent | b2269cce949c217453facfbc3eecadd7ea5ef9bc (diff) |
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/config-h10.h')
-rw-r--r-- | firmware/export/config-h10.h | 2 |
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 @@ /* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE * should be defined as well. * We can currently put the lcd to sleep but it won't wake up properly */ -/*#define HAVE_LCD_SLEEP*/ +#define HAVE_LCD_SLEEP /* Offset ( in the firmware file's header ) to the file length */ #define FIRMWARE_OFFSET_FILE_LENGTH 0 |