summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipod1g2g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipod1g2g.h')
-rw-r--r--firmware/export/config-ipod1g2g.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-ipod1g2g.h b/firmware/export/config-ipod1g2g.h
index 40b158407d..bfff2b22ef 100644
--- a/firmware/export/config-ipod1g2g.h
+++ b/firmware/export/config-ipod1g2g.h
@@ -38,7 +38,7 @@
38/* LCD contrast */ 38/* LCD contrast */
39#define MIN_CONTRAST_SETTING 5 39#define MIN_CONTRAST_SETTING 5
40#define MAX_CONTRAST_SETTING 63 40#define MAX_CONTRAST_SETTING 63
41#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */ 41#define DEFAULT_CONTRAST_SETTING 28 /* Match boot contrast */
42 42
43#define CONFIG_KEYPAD IPOD_1G2G_PAD 43#define CONFIG_KEYPAD IPOD_1G2G_PAD
44 44
@@ -63,6 +63,9 @@
63/* Define this for LCD backlight available */ 63/* Define this for LCD backlight available */
64#define HAVE_BACKLIGHT 64#define HAVE_BACKLIGHT
65 65
66/* Define this if the backlight unverts LCD appearance */
67#define HAVE_BACKLIGHT_INVERSION
68
66#define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */ 69#define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */
67 70
68#ifndef SIMULATOR 71#ifndef SIMULATOR