summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodmini2g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodmini2g.h')
-rwxr-xr-xfirmware/export/config-ipodmini2g.h10
1 files changed, 5 insertions, 5 deletions
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