summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipod3g.h
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2006-10-05 14:46:42 +0000
committerBarry Wardell <rockbox@barrywardell.net>2006-10-05 14:46:42 +0000
commit28ce6e1091eedb4f8826d806f5f2fe2259be73ce (patch)
tree911798566631d33b22c0e50db7d8b6580afef1ed /firmware/export/config-ipod3g.h
parente66b2ec45071f810f84991d3035ef21b6ecdb509 (diff)
downloadrockbox-28ce6e1091eedb4f8826d806f5f2fe2259be73ce.tar.gz
rockbox-28ce6e1091eedb4f8826d806f5f2fe2259be73ce.zip
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
Diffstat (limited to 'firmware/export/config-ipod3g.h')
-rw-r--r--firmware/export/config-ipod3g.h10
1 files changed, 5 insertions, 5 deletions
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 @@
32/* define this if you can flip your LCD */ 32/* define this if you can flip your LCD */
33#define HAVE_LCD_FLIP 33#define HAVE_LCD_FLIP
34 34
35/* LCD contrast */
36#define MIN_CONTRAST_SETTING 5
37#define MAX_CONTRAST_SETTING 63
38#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
39
35#define CONFIG_KEYPAD IPOD_3G_PAD 40#define CONFIG_KEYPAD IPOD_3G_PAD
36 41
37/* Define this if you do software codec */ 42/* Define this if you do software codec */
@@ -103,11 +108,6 @@
103 108
104#define USB_NONE 109#define USB_NONE
105 110
106/* LCD contrast */
107#define MIN_CONTRAST_SETTING 5
108#define MAX_CONTRAST_SETTING 63
109#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
110
111/* Virtual LED (icon) */ 111/* Virtual LED (icon) */
112#define CONFIG_LED LED_VIRTUAL 112#define CONFIG_LED LED_VIRTUAL
113 113