summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-11-18 13:41:39 +0000
committerNils Wallménius <nils@rockbox.org>2007-11-18 13:41:39 +0000
commiteafa27f2e89ba814eff7a631cce020f39ac81df4 (patch)
treef6c4746b8f6787e058ad5e27a4be01cd5d87d4f0
parent944622627614c649edd46d3c58c2980fe253c13f (diff)
Oops forgot a few
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15660 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-h100.h2
-rw-r--r--firmware/export/config-h120.h2
-rw-r--r--firmware/export/config-ifp7xx.h2
-rw-r--r--firmware/export/config-ipod1g2g.h2
-rw-r--r--firmware/export/config-ipod3g.h2
-rw-r--r--firmware/export/config-ipod4g.h2
-rw-r--r--firmware/export/config-ipodmini.h2
-rw-r--r--firmware/export/config-ipodmini2g.h2
8 files changed, 16 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index f6f53f64d0..9212152b08 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -172,6 +172,8 @@
/** Port-specific settings **/
+#define HAVE_LCD_CONTRAST
+
/* Main LCD backlight brightness range and defaults */
#define MIN_CONTRAST_SETTING 14 /* White screen a bit higher than this */
#define MAX_CONTRAST_SETTING 63 /* Black screen a bit lower than this */
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index c347cd6ae0..a7e31c341b 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -166,6 +166,8 @@
/** Port-specific settings **/
+#define HAVE_LCD_CONTRAST
+
/* Main LCD backlight brightness range and defaults */
#define MIN_CONTRAST_SETTING 14 /* White screen a bit higher than this */
#define MAX_CONTRAST_SETTING 63 /* Black screen a bit lower than this */
diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h
index 3f53ffe9f2..41193e251d 100644
--- a/firmware/export/config-ifp7xx.h
+++ b/firmware/export/config-ifp7xx.h
@@ -53,6 +53,8 @@
/* Virtual LED (icon) */
#define CONFIG_LED LED_VIRTUAL
+#define HAVE_LCD_CONTRAST
+
#define MIN_CONTRAST_SETTING 5
#define MAX_CONTRAST_SETTING 63
#define DEFAULT_CONTRAST_SETTING 40
diff --git a/firmware/export/config-ipod1g2g.h b/firmware/export/config-ipod1g2g.h
index c003805986..8d7dce207f 100644
--- a/firmware/export/config-ipod1g2g.h
+++ b/firmware/export/config-ipod1g2g.h
@@ -41,6 +41,8 @@
/* define this if you can flip your LCD */
#define HAVE_LCD_FLIP
+#define HAVE_LCD_CONTRAST
+
/* LCD contrast */
#define MIN_CONTRAST_SETTING 5
#define MAX_CONTRAST_SETTING 63
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h
index c3c6114d16..cabcf40434 100644
--- a/firmware/export/config-ipod3g.h
+++ b/firmware/export/config-ipod3g.h
@@ -41,6 +41,8 @@
/* define this if you can flip your LCD */
#define HAVE_LCD_FLIP
+#define HAVE_LCD_CONTRAST
+
/* LCD contrast */
#define MIN_CONTRAST_SETTING 5
#define MAX_CONTRAST_SETTING 63
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index 8bdc053563..fc280502d0 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -47,6 +47,8 @@
#define LCD_DEPTH 2 /* 4 colours - 2bpp */
#define LCD_PIXELFORMAT HORIZONTAL_PACKING
+#define HAVE_LCD_CONTRAST
+
/* LCD contrast */
#define MIN_CONTRAST_SETTING 5
#define MAX_CONTRAST_SETTING 63
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h
index 4a3edbfb5f..ba2d6f812d 100644
--- a/firmware/export/config-ipodmini.h
+++ b/firmware/export/config-ipodmini.h
@@ -38,6 +38,8 @@
#define LCD_PIXELFORMAT HORIZONTAL_PACKING
+#define HAVE_LCD_CONTRAST
+
/* LCD contrast */
#define MIN_CONTRAST_SETTING 5
#define MAX_CONTRAST_SETTING 63
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index 0f82d099b9..5dd2293583 100644
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -38,6 +38,8 @@
#define LCD_PIXELFORMAT HORIZONTAL_PACKING
+#define HAVE_LCD_CONTRAST
+
/* LCD contrast */
#define MIN_CONTRAST_SETTING 5
#define MAX_CONTRAST_SETTING 63