From 4ed387d60313ac79fa7ac8b403bf3195f7c0c549 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 17 Mar 2009 03:36:36 +0000 Subject: 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 --- firmware/export/config-e200v2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/export/config-e200v2.h') diff --git a/firmware/export/config-e200v2.h b/firmware/export/config-e200v2.h index 5d2fa81df7..7e6771cd9e 100644 --- a/firmware/export/config-e200v2.h +++ b/firmware/export/config-e200v2.h @@ -54,10 +54,11 @@ #define HAVE_LCD_ENABLE /* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE - should be defined as well. */ + should be defined as well. #define HAVE_LCD_SLEEP #define HAVE_LCD_SLEEP_SETTING #endif + */ /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP -- cgit v1.2.3