summaryrefslogtreecommitdiff
path: root/firmware/export/config-creativezvm.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-03-17 03:36:36 +0000
committerThomas Martitz <kugel@rockbox.org>2009-03-17 03:36:36 +0000
commit4ed387d60313ac79fa7ac8b403bf3195f7c0c549 (patch)
treed5bc4861cbdde61b054d12deed4ffea92af03bd3 /firmware/export/config-creativezvm.h
parent68f9ef2d575c4d6801730a0a8242227383d682f7 (diff)
downloadrockbox-4ed387d60313ac79fa7ac8b403bf3195f7c0c549.tar.gz
rockbox-4ed387d60313ac79fa7ac8b403bf3195f7c0c549.zip
Fix reds and yellows (hopefully). Some targets apparently didn't properly #ifdef lcd_enable and lcd_sleep code out, so that it got partly active in the bootloader; rename the ui simulator stub fixes most reds; for the clip: move the hook code into lcd-1bit-vert.c which should fix the bootloader red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20333 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-creativezvm.h')
-rw-r--r--firmware/export/config-creativezvm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config-creativezvm.h b/firmware/export/config-creativezvm.h
index 2e14f7440c..7374e7d430 100644
--- a/firmware/export/config-creativezvm.h
+++ b/firmware/export/config-creativezvm.h
@@ -70,7 +70,8 @@
70#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 70#define LCD_PIXELFORMAT RGB565 /* rgb565 */
71 71
72/* Define this if your LCD can be enabled/disabled */ 72/* Define this if your LCD can be enabled/disabled */
73#define HAVE_LCD_ENABLE 73/* Disabled until properly working
74#define HAVE_LCD_ENABLE */
74 75
75#define CONFIG_KEYPAD CREATIVEZVM_PAD 76#define CONFIG_KEYPAD CREATIVEZVM_PAD
76#define HAVE_HEADPHONE_DETECTION 77#define HAVE_HEADPHONE_DETECTION