diff options
| author | Andrew Ryabinin <ryabinin.a.a@gmail.com> | 2012-01-15 17:25:31 +0400 |
|---|---|---|
| committer | Andrew Ryabinin <ryabinin.a.a@gmail.com> | 2012-02-24 13:49:34 +0400 |
| commit | 7b993187103c05aa87bca5393a17c3d737d2f160 (patch) | |
| tree | 3b7b2f4fb91fe7585d373c60b25659a6c039ddbd /firmware/export | |
| parent | cac98a5ebf89a2ab75acab10e8d81dbe5f87f65d (diff) | |
| download | rockbox-7b993187103c05aa87bca5393a17c3d737d2f160.zip rockbox-7b993187103c05aa87bca5393a17c3d737d2f160.tar.gz rockbox-7b993187103c05aa87bca5393a17c3d737d2f160.tar.bz2 rockbox-7b993187103c05aa87bca5393a17c3d737d2f160.tar.xz | |
HiFiMAN: Implement lcd powersave mode.
Change-Id: I0a22b436549047ac0c2f9e2c203cbe8b31cfc1cd
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config/hifimanhm60x.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/hifimanhm801.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/hifimanhm60x.h b/firmware/export/config/hifimanhm60x.h index 2fdea5e..860cc96 100644 --- a/firmware/export/config/hifimanhm60x.h +++ b/firmware/export/config/hifimanhm60x.h @@ -75,7 +75,7 @@ /* #define HAVE_LCD_SHUTDOWN */ /* Define this if your LCD can be enabled/disabled */ -/* #define HAVE_LCD_ENABLE */ +#define HAVE_LCD_ENABLE /* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE should be defined as well. */ diff --git a/firmware/export/config/hifimanhm801.h b/firmware/export/config/hifimanhm801.h index 1c504b2..06154ee 100644 --- a/firmware/export/config/hifimanhm801.h +++ b/firmware/export/config/hifimanhm801.h @@ -72,7 +72,7 @@ /* #define HAVE_LCD_SHUTDOWN */ /* Define this if your LCD can be enabled/disabled */ -/* #define HAVE_LCD_ENABLE */ +#define HAVE_LCD_ENABLE /* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE should be defined as well. */ |