summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-07-04 06:25:31 +0000
committerJens Arnold <amiconn@rockbox.org>2005-07-04 06:25:31 +0000
commit1d5f07b0a654ca0ee0b6f4785388801ed809af33 (patch)
treef009675c11bd1488f2b7a66c7c77b501dadef52b
parentf89f011508c80985b4dfee4fcc296689c149b30f (diff)
downloadrockbox-1d5f07b0a654ca0ee0b6f4785388801ed809af33.tar.gz
rockbox-1d5f07b0a654ca0ee0b6f4785388801ed809af33.zip
Preparation for 4-grey LCD mode on H1x0.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7008 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-fmrecorder.h1
-rw-r--r--firmware/export/config-gmini120.h1
-rw-r--r--firmware/export/config-gminisp.h1
-rw-r--r--firmware/export/config-h100.h2
-rw-r--r--firmware/export/config-h300.h2
-rw-r--r--firmware/export/config-ondiofm.h1
-rw-r--r--firmware/export/config-ondiosp.h1
-rw-r--r--firmware/export/config-recorder.h1
-rw-r--r--firmware/export/config-recorderv2.h1
9 files changed, 11 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index d566ffd7eb..b54d963c5c 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -7,6 +7,7 @@
7/* LCD dimensions */ 7/* LCD dimensions */
8#define LCD_WIDTH 112 8#define LCD_WIDTH 112
9#define LCD_HEIGHT 64 9#define LCD_HEIGHT 64
10#define LCD_DEPTH 1
10 11
11/* define this if you have a Recorder style 10-key keyboard */ 12/* define this if you have a Recorder style 10-key keyboard */
12#define CONFIG_KEYPAD RECORDER_PAD 13#define CONFIG_KEYPAD RECORDER_PAD
diff --git a/firmware/export/config-gmini120.h b/firmware/export/config-gmini120.h
index fa7e98eb45..18019464e3 100644
--- a/firmware/export/config-gmini120.h
+++ b/firmware/export/config-gmini120.h
@@ -13,6 +13,7 @@
13/* LCD dimensions */ 13/* LCD dimensions */
14#define LCD_WIDTH 128 14#define LCD_WIDTH 128
15#define LCD_HEIGHT 64 15#define LCD_HEIGHT 64
16#define LCD_DEPTH 1
16 17
17#define CONFIG_KEYPAD GMINI100_PAD 18#define CONFIG_KEYPAD GMINI100_PAD
18 19
diff --git a/firmware/export/config-gminisp.h b/firmware/export/config-gminisp.h
index 2bf97d5ef5..2881471bc1 100644
--- a/firmware/export/config-gminisp.h
+++ b/firmware/export/config-gminisp.h
@@ -7,6 +7,7 @@
7/* LCD dimensions */ 7/* LCD dimensions */
8#define LCD_WIDTH 128 8#define LCD_WIDTH 128
9#define LCD_HEIGHT 64 9#define LCD_HEIGHT 64
10#define LCD_DEPTH 1
10 11
11#define CONFIG_KEYPAD GMINI100_PAD 12#define CONFIG_KEYPAD GMINI100_PAD
12 13
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index c61c528190..7971a2e6c7 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -7,10 +7,12 @@
7/* LCD dimensions */ 7/* LCD dimensions */
8#define LCD_WIDTH 160 8#define LCD_WIDTH 160
9#define LCD_HEIGHT 128 9#define LCD_HEIGHT 128
10#define LCD_DEPTH 2
10 11
11/* remote LCD */ 12/* remote LCD */
12#define LCD_REMOTE_WIDTH 128 13#define LCD_REMOTE_WIDTH 128
13#define LCD_REMOTE_HEIGHT 64 14#define LCD_REMOTE_HEIGHT 64
15#define LCD_REMOTE_DEPTH 1
14 16
15#define CONFIG_KEYPAD IRIVER_H100_PAD 17#define CONFIG_KEYPAD IRIVER_H100_PAD
16 18
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index f6e1e69e31..f461b26bc8 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -7,10 +7,12 @@
7/* LCD dimensions */ 7/* LCD dimensions */
8#define LCD_WIDTH 220 8#define LCD_WIDTH 220
9#define LCD_HEIGHT 176 9#define LCD_HEIGHT 176
10#define LCD_DEPTH 18
10 11
11/* remote LCD */ 12/* remote LCD */
12#define LCD_REMOTE_WIDTH 128 13#define LCD_REMOTE_WIDTH 128
13#define LCD_REMOTE_HEIGHT 64 14#define LCD_REMOTE_HEIGHT 64
15#define LCD_REMOTE_DEPTH 1
14 16
15#define CONFIG_KEYPAD IRIVER_H300_PAD 17#define CONFIG_KEYPAD IRIVER_H300_PAD
16 18
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 48f1d86128..118ced239f 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -7,6 +7,7 @@
7/* LCD dimensions */ 7/* LCD dimensions */
8#define LCD_WIDTH 112 8#define LCD_WIDTH 112
9#define LCD_HEIGHT 64 9#define LCD_HEIGHT 64
10#define LCD_DEPTH 1
10 11
11/* define this if you have an Ondio style 6-key keyboard */ 12/* define this if you have an Ondio style 6-key keyboard */
12#define CONFIG_KEYPAD ONDIO_PAD 13#define CONFIG_KEYPAD ONDIO_PAD
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 3030c2830e..7ccda3257b 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -4,6 +4,7 @@
4/* LCD dimensions */ 4/* LCD dimensions */
5#define LCD_WIDTH 112 5#define LCD_WIDTH 112
6#define LCD_HEIGHT 64 6#define LCD_HEIGHT 64
7#define LCD_DEPTH 1
7 8
8/* define this if you have an Ondio style 6-key keyboard */ 9/* define this if you have an Ondio style 6-key keyboard */
9#define CONFIG_KEYPAD ONDIO_PAD 10#define CONFIG_KEYPAD ONDIO_PAD
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index 4cc378f180..bab6cd17c0 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -7,6 +7,7 @@
7/* LCD dimensions */ 7/* LCD dimensions */
8#define LCD_WIDTH 112 8#define LCD_WIDTH 112
9#define LCD_HEIGHT 64 9#define LCD_HEIGHT 64
10#define LCD_DEPTH 1
10 11
11/* define this if you have the Recorder's 10-key keyboard */ 12/* define this if you have the Recorder's 10-key keyboard */
12#define CONFIG_KEYPAD RECORDER_PAD 13#define CONFIG_KEYPAD RECORDER_PAD
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index a9c8afcdd3..058495e894 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -7,6 +7,7 @@
7/* LCD dimensions */ 7/* LCD dimensions */
8#define LCD_WIDTH 112 8#define LCD_WIDTH 112
9#define LCD_HEIGHT 64 9#define LCD_HEIGHT 64
10#define LCD_DEPTH 1
10 11
11/* define this if you have a Recorder style 10-key keyboard */ 12/* define this if you have a Recorder style 10-key keyboard */
12#define CONFIG_KEYPAD RECORDER_PAD 13#define CONFIG_KEYPAD RECORDER_PAD