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