summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-02-15 14:47:33 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2014-02-16 20:53:08 +0100
commit17abb10c641703a7ab421ea17e08981720e88e90 (patch)
tree45cb66c7b5366a906f842ecb4f7b84dc5a07c038
parent3d852bc1bfa8ba1238819d84bbcab37b79fb36db (diff)
downloadrockbox-17abb10c641703a7ab421ea17e08981720e88e90.tar.gz
rockbox-17abb10c641703a7ab421ea17e08981720e88e90.zip
zenxfi: enable lcd shutdown in bootloader
Change-Id: Ie7387b6dbd58565611b58af7bbba092dd58bdbd5
-rw-r--r--firmware/export/config/creativezenxfi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config/creativezenxfi.h b/firmware/export/config/creativezenxfi.h
index 8594d7088a..c0c031646a 100644
--- a/firmware/export/config/creativezenxfi.h
+++ b/firmware/export/config/creativezenxfi.h
@@ -52,9 +52,6 @@
52/* define this if the target has volume keys which can be used in the lists */ 52/* define this if the target has volume keys which can be used in the lists */
53#define HAVE_VOLUME_IN_LIST 53#define HAVE_VOLUME_IN_LIST
54 54
55/* define this if you have LCD enable function */
56#define HAVE_LCD_ENABLE
57
58/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE 55/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
59 should be defined as well. 56 should be defined as well.
60#define HAVE_LCD_SLEEP 57#define HAVE_LCD_SLEEP
@@ -77,6 +74,9 @@
77 74
78#endif /* !BOOTLOADER */ 75#endif /* !BOOTLOADER */
79 76
77/* define this if you have LCD enable function */
78#define HAVE_LCD_ENABLE
79
80/* define this if you have an i.MX23 codec */ 80/* define this if you have an i.MX23 codec */
81#define HAVE_IMX233_CODEC 81#define HAVE_IMX233_CODEC
82 82