summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-02-18 08:57:18 +0000
committerJens Arnold <amiconn@rockbox.org>2007-02-18 08:57:18 +0000
commit4dfb9738abe190303c5391e61dac8c46a3c09557 (patch)
tree5fe8b929d2619f712d28d5008a4634414696e6da /firmware/export
parent895d577575dc462b80f7cc8959457e3a74c66c8e (diff)
downloadrockbox-4dfb9738abe190303c5391e61dac8c46a3c09557.tar.gz
rockbox-4dfb9738abe190303c5391e61dac8c46a3c09557.zip
Fix LCD_PIXELFORMAT warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12387 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-fmrecorder.h2
-rw-r--r--firmware/export/config-ondiofm.h2
-rw-r--r--firmware/export/config-ondiosp.h2
-rw-r--r--firmware/export/config-recorder.h2
-rw-r--r--firmware/export/config-recorderv2.h2
5 files changed, 10 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index c43c883c39..56c151a2c0 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -23,6 +23,8 @@
23#define LCD_HEIGHT 64 23#define LCD_HEIGHT 64
24#define LCD_DEPTH 1 24#define LCD_DEPTH 1
25 25
26#define LCD_PIXELFORMAT VERTICAL_PACKING
27
26/* define this if you have a Recorder style 10-key keyboard */ 28/* define this if you have a Recorder style 10-key keyboard */
27#define CONFIG_KEYPAD RECORDER_PAD 29#define CONFIG_KEYPAD RECORDER_PAD
28 30
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 8a26efc70c..78a70730d6 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -18,6 +18,8 @@
18#define LCD_HEIGHT 64 18#define LCD_HEIGHT 64
19#define LCD_DEPTH 1 19#define LCD_DEPTH 1
20 20
21#define LCD_PIXELFORMAT VERTICAL_PACKING
22
21/* define this if you have an Ondio style 6-key keyboard */ 23/* define this if you have an Ondio style 6-key keyboard */
22#define CONFIG_KEYPAD ONDIO_PAD 24#define CONFIG_KEYPAD ONDIO_PAD
23 25
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 8237d8cec7..23420d9f42 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -15,6 +15,8 @@
15#define LCD_HEIGHT 64 15#define LCD_HEIGHT 64
16#define LCD_DEPTH 1 16#define LCD_DEPTH 1
17 17
18#define LCD_PIXELFORMAT VERTICAL_PACKING
19
18/* define this if you have an Ondio style 6-key keyboard */ 20/* define this if you have an Ondio style 6-key keyboard */
19#define CONFIG_KEYPAD ONDIO_PAD 21#define CONFIG_KEYPAD ONDIO_PAD
20 22
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index de4617c74e..a48635d272 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -23,6 +23,8 @@
23#define LCD_HEIGHT 64 23#define LCD_HEIGHT 64
24#define LCD_DEPTH 1 24#define LCD_DEPTH 1
25 25
26#define LCD_PIXELFORMAT VERTICAL_PACKING
27
26/* define this if you have the Recorder's 10-key keyboard */ 28/* define this if you have the Recorder's 10-key keyboard */
27#define CONFIG_KEYPAD RECORDER_PAD 29#define CONFIG_KEYPAD RECORDER_PAD
28 30
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 38ca974761..039b4c7925 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -23,6 +23,8 @@
23#define LCD_HEIGHT 64 23#define LCD_HEIGHT 64
24#define LCD_DEPTH 1 24#define LCD_DEPTH 1
25 25
26#define LCD_PIXELFORMAT VERTICAL_PACKING
27
26/* define this if you have a Recorder style 10-key keyboard */ 28/* define this if you have a Recorder style 10-key keyboard */
27#define CONFIG_KEYPAD RECORDER_PAD 29#define CONFIG_KEYPAD RECORDER_PAD
28 30