summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-ipod3g.h10
-rw-r--r--firmware/export/config-ipod4g.h10
-rw-r--r--firmware/export/config-ipodmini.h10
-rwxr-xr-xfirmware/export/config-ipodmini2g.h10
4 files changed, 20 insertions, 20 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
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index eec363c7ea..cbaa1504f5 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -29,6 +29,11 @@
29 29
30#define LCD_PIXELFORMAT HORIZONTAL_PACKING 30#define LCD_PIXELFORMAT HORIZONTAL_PACKING
31 31
32/* LCD contrast */
33#define MIN_CONTRAST_SETTING 5
34#define MAX_CONTRAST_SETTING 63
35#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
36
32/* define this if you can flip your LCD */ 37/* define this if you can flip your LCD */
33#define HAVE_LCD_FLIP 38#define HAVE_LCD_FLIP
34 39
@@ -102,11 +107,6 @@
102 107
103#define USB_IPODSTYLE 108#define USB_IPODSTYLE
104 109
105/* LCD contrast */
106#define MIN_CONTRAST_SETTING 5
107#define MAX_CONTRAST_SETTING 63
108#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
109
110/* define this if the unit can be powered or charged via USB */ 110/* define this if the unit can be powered or charged via USB */
111#define HAVE_USB_POWER 111#define HAVE_USB_POWER
112 112
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h
index 820e7aacd8..09ce7d6868 100644
--- a/firmware/export/config-ipodmini.h
+++ b/firmware/export/config-ipodmini.h
@@ -29,6 +29,11 @@
29 29
30#define LCD_PIXELFORMAT HORIZONTAL_PACKING 30#define LCD_PIXELFORMAT HORIZONTAL_PACKING
31 31
32/* LCD contrast */
33#define MIN_CONTRAST_SETTING 5
34#define MAX_CONTRAST_SETTING 63
35#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
36
32/* define this if you can flip your LCD */ 37/* define this if you can flip your LCD */
33#define HAVE_LCD_FLIP 38#define HAVE_LCD_FLIP
34 39
@@ -102,11 +107,6 @@
102 107
103#define USB_IPODSTYLE 108#define USB_IPODSTYLE
104 109
105/* LCD contrast */
106#define MIN_CONTRAST_SETTING 5
107#define MAX_CONTRAST_SETTING 63
108#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
109
110/* define this if the unit can be powered or charged via USB */ 110/* define this if the unit can be powered or charged via USB */
111#define HAVE_USB_POWER 111#define HAVE_USB_POWER
112 112
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index eba062ead4..5020ac6952 100755
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -29,6 +29,11 @@
29 29
30#define LCD_PIXELFORMAT HORIZONTAL_PACKING 30#define LCD_PIXELFORMAT HORIZONTAL_PACKING
31 31
32/* LCD contrast */
33#define MIN_CONTRAST_SETTING 5
34#define MAX_CONTRAST_SETTING 63
35#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
36
32/* define this if you can flip your LCD */ 37/* define this if you can flip your LCD */
33#define HAVE_LCD_FLIP 38#define HAVE_LCD_FLIP
34 39
@@ -105,11 +110,6 @@
105 110
106#define USB_IPODSTYLE 111#define USB_IPODSTYLE
107 112
108/* LCD contrast */
109#define MIN_CONTRAST_SETTING 5
110#define MAX_CONTRAST_SETTING 63
111#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
112
113/* define this if the unit can be powered or charged via USB */ 113/* define this if the unit can be powered or charged via USB */
114#define HAVE_USB_POWER 114#define HAVE_USB_POWER
115 115