summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorZakk Roberts <midk@rockbox.org>2006-03-28 02:00:35 +0000
committerZakk Roberts <midk@rockbox.org>2006-03-28 02:00:35 +0000
commitf639df3b8ea9873598babf36c0a9b7b0106374c3 (patch)
tree6509db3bb6f040a7a8548aef663131f88ec78b01 /firmware
parent6382e883e390a3bceaf1bddf3c86c4daa08c011f (diff)
downloadrockbox-f639df3b8ea9873598babf36c0a9b7b0106374c3.tar.gz
rockbox-f639df3b8ea9873598babf36c0a9b7b0106374c3.zip
Clean up the LCD Settings menu for some targets: hide the Contrast and Invert options for color LCDs; the Flip Display option is now only available on supported targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9300 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-fmrecorder.h3
-rw-r--r--firmware/export/config-h100.h3
-rw-r--r--firmware/export/config-h120.h3
-rw-r--r--firmware/export/config-h300.h3
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h3
-rw-r--r--firmware/export/config-recorder.h3
-rw-r--r--firmware/export/config-recorderv2.h3
8 files changed, 24 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index a96da0a352..335d3eadac 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -4,6 +4,9 @@
4/* define this if you have a bitmap LCD display */ 4/* define this if you have a bitmap LCD display */
5#define HAVE_LCD_BITMAP 1 5#define HAVE_LCD_BITMAP 1
6 6
7/* define this if you can flip your LCD */
8#define HAVE_LCD_FLIP
9
7/* LCD dimensions */ 10/* LCD dimensions */
8#define LCD_WIDTH 112 11#define LCD_WIDTH 112
9#define LCD_HEIGHT 64 12#define LCD_HEIGHT 64
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index bc8968902d..3185801078 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -13,6 +13,9 @@
13/* define this if you have a bitmap LCD display */ 13/* define this if you have a bitmap LCD display */
14#define HAVE_LCD_BITMAP 1 14#define HAVE_LCD_BITMAP 1
15 15
16/* define this if you can flip your LCD */
17#define HAVE_LCD_FLIP
18
16/* LCD dimensions */ 19/* LCD dimensions */
17#define LCD_WIDTH 160 20#define LCD_WIDTH 160
18#define LCD_HEIGHT 128 21#define LCD_HEIGHT 128
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index bbfa942ee7..a95698de69 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -9,6 +9,9 @@
9/* define this if you have a bitmap LCD display */ 9/* define this if you have a bitmap LCD display */
10#define HAVE_LCD_BITMAP 1 10#define HAVE_LCD_BITMAP 1
11 11
12/* define this if you can flip your LCD */
13#define HAVE_LCD_FLIP
14
12/* LCD dimensions */ 15/* LCD dimensions */
13#define LCD_WIDTH 160 16#define LCD_WIDTH 160
14#define LCD_HEIGHT 128 17#define LCD_HEIGHT 128
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 88feb9d649..8a01203b87 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -12,6 +12,9 @@
12/* define this if you have a colour LCD */ 12/* define this if you have a colour LCD */
13#define HAVE_LCD_COLOR 1 13#define HAVE_LCD_COLOR 1
14 14
15/* define this if you can flip your LCD */
16#define HAVE_LCD_FLIP
17
15/* LCD dimensions */ 18/* LCD dimensions */
16#define LCD_WIDTH 220 19#define LCD_WIDTH 220
17#define LCD_HEIGHT 176 20#define LCD_HEIGHT 176
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index d0e6900499..9ec7e46753 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -4,6 +4,9 @@
4/* define this if you have a bitmap LCD display */ 4/* define this if you have a bitmap LCD display */
5#define HAVE_LCD_BITMAP 1 5#define HAVE_LCD_BITMAP 1
6 6
7/* define this if you can flip your LCD */
8#define HAVE_LCD_FLIP
9
7/* LCD dimensions */ 10/* LCD dimensions */
8#define LCD_WIDTH 112 11#define LCD_WIDTH 112
9#define LCD_HEIGHT 64 12#define LCD_HEIGHT 64
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 41490f3e3e..a856450972 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -1,6 +1,9 @@
1/* define this if you have a bitmap LCD display */ 1/* define this if you have a bitmap LCD display */
2#define HAVE_LCD_BITMAP 1 2#define HAVE_LCD_BITMAP 1
3 3
4/* define this if you can flip your LCD */
5#define HAVE_LCD_FLIP
6
4/* LCD dimensions */ 7/* LCD dimensions */
5#define LCD_WIDTH 112 8#define LCD_WIDTH 112
6#define LCD_HEIGHT 64 9#define LCD_HEIGHT 64
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index fee2b2a2e0..d727519421 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -4,6 +4,9 @@
4/* define this if you have a bitmap LCD display */ 4/* define this if you have a bitmap LCD display */
5#define HAVE_LCD_BITMAP 1 5#define HAVE_LCD_BITMAP 1
6 6
7/* define this if you can flip your LCD */
8#define HAVE_LCD_FLIP
9
7/* LCD dimensions */ 10/* LCD dimensions */
8#define LCD_WIDTH 112 11#define LCD_WIDTH 112
9#define LCD_HEIGHT 64 12#define LCD_HEIGHT 64
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index dd0f550626..5548c0789d 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -4,6 +4,9 @@
4/* define this if you have a bitmap LCD display */ 4/* define this if you have a bitmap LCD display */
5#define HAVE_LCD_BITMAP 1 5#define HAVE_LCD_BITMAP 1
6 6
7/* define this if you can flip your LCD */
8#define HAVE_LCD_FLIP
9
7/* LCD dimensions */ 10/* LCD dimensions */
8#define LCD_WIDTH 112 11#define LCD_WIDTH 112
9#define LCD_HEIGHT 64 12#define LCD_HEIGHT 64