forked from len0rd/rockbox
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
This commit is contained in:
parent
b2269cce94
commit
03aa9c9fea
2 changed files with 16 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue