diff options
| author | Barry Wardell <rockbox@barrywardell.net> | 2006-10-05 14:46:42 +0000 |
|---|---|---|
| committer | Barry Wardell <rockbox@barrywardell.net> | 2006-10-05 14:46:42 +0000 |
| commit | 28ce6e1091eedb4f8826d806f5f2fe2259be73ce (patch) | |
| tree | 911798566631d33b22c0e50db7d8b6580afef1ed | |
| parent | e66b2ec45071f810f84991d3035ef21b6ecdb509 (diff) | |
| download | rockbox-28ce6e1091eedb4f8826d806f5f2fe2259be73ce.zip rockbox-28ce6e1091eedb4f8826d806f5f2fe2259be73ce.tar.gz rockbox-28ce6e1091eedb4f8826d806f5f2fe2259be73ce.tar.bz2 rockbox-28ce6e1091eedb4f8826d806f5f2fe2259be73ce.tar.xz | |
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
| -rw-r--r-- | firmware/export/config-ipod3g.h | 10 | ||||
| -rw-r--r-- | firmware/export/config-ipod4g.h | 10 | ||||
| -rw-r--r-- | firmware/export/config-ipodmini.h | 10 | ||||
| -rwxr-xr-x | firmware/export/config-ipodmini2g.h | 10 |
4 files changed, 20 insertions, 20 deletions
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h index 32d136c..446f56b 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 diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h index eec363c..cbaa150 100644 --- a/firmware/export/config-ipod4g.h +++ b/firmware/export/config-ipod4g.h @@ -29,6 +29,11 @@ #define LCD_PIXELFORMAT HORIZONTAL_PACKING +/* LCD contrast */ +#define MIN_CONTRAST_SETTING 5 +#define MAX_CONTRAST_SETTING 63 +#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */ + /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP @@ -102,11 +107,6 @@ #define USB_IPODSTYLE -/* LCD contrast */ -#define MIN_CONTRAST_SETTING 5 -#define MAX_CONTRAST_SETTING 63 -#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */ - /* define this if the unit can be powered or charged via USB */ #define HAVE_USB_POWER diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h index 820e7aa..09ce7d6 100644 --- a/firmware/export/config-ipodmini.h +++ b/firmware/export/config-ipodmini.h @@ -29,6 +29,11 @@ #define LCD_PIXELFORMAT HORIZONTAL_PACKING +/* LCD contrast */ +#define MIN_CONTRAST_SETTING 5 +#define MAX_CONTRAST_SETTING 63 +#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */ + /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP @@ -102,11 +107,6 @@ #define USB_IPODSTYLE -/* LCD contrast */ -#define MIN_CONTRAST_SETTING 5 -#define MAX_CONTRAST_SETTING 63 -#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */ - /* define this if the unit can be powered or charged via USB */ #define HAVE_USB_POWER diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h index eba062e..5020ac6 100755 --- a/firmware/export/config-ipodmini2g.h +++ b/firmware/export/config-ipodmini2g.h @@ -29,6 +29,11 @@ #define LCD_PIXELFORMAT HORIZONTAL_PACKING +/* LCD contrast */ +#define MIN_CONTRAST_SETTING 5 +#define MAX_CONTRAST_SETTING 63 +#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */ + /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP @@ -105,11 +110,6 @@ #define USB_IPODSTYLE -/* LCD contrast */ -#define MIN_CONTRAST_SETTING 5 -#define MAX_CONTRAST_SETTING 63 -#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */ - /* define this if the unit can be powered or charged via USB */ #define HAVE_USB_POWER |