From 28ce6e1091eedb4f8826d806f5f2fe2259be73ce Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Thu, 5 Oct 2006 14:46:42 +0000 Subject: Fix simulator build errors for iPod 3g, 4g, mini and mini2g. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11134 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipod3g.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'firmware/export/config-ipod3g.h') diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h index 32d136c528..446f56be8e 100644 --- a/firmware/export/config-ipod3g.h +++ b/firmware/export/config-ipod3g.h @@ -32,6 +32,11 @@ /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP +/* LCD contrast */ +#define MIN_CONTRAST_SETTING 5 +#define MAX_CONTRAST_SETTING 63 +#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */ + #define CONFIG_KEYPAD IPOD_3G_PAD /* Define this if you do software codec */ @@ -103,11 +108,6 @@ #define USB_NONE -/* LCD contrast */ -#define MIN_CONTRAST_SETTING 5 -#define MAX_CONTRAST_SETTING 63 -#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */ - /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL -- cgit v1.2.3