From 4dfb9738abe190303c5391e61dac8c46a3c09557 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 18 Feb 2007 08:57:18 +0000 Subject: Fix LCD_PIXELFORMAT warnings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12387 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-fmrecorder.h | 2 ++ firmware/export/config-ondiofm.h | 2 ++ firmware/export/config-ondiosp.h | 2 ++ firmware/export/config-recorder.h | 2 ++ firmware/export/config-recorderv2.h | 2 ++ 5 files changed, 10 insertions(+) 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 @@ #define LCD_HEIGHT 64 #define LCD_DEPTH 1 +#define LCD_PIXELFORMAT VERTICAL_PACKING + /* define this if you have a Recorder style 10-key keyboard */ #define CONFIG_KEYPAD RECORDER_PAD 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 @@ #define LCD_HEIGHT 64 #define LCD_DEPTH 1 +#define LCD_PIXELFORMAT VERTICAL_PACKING + /* define this if you have an Ondio style 6-key keyboard */ #define CONFIG_KEYPAD ONDIO_PAD 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 @@ #define LCD_HEIGHT 64 #define LCD_DEPTH 1 +#define LCD_PIXELFORMAT VERTICAL_PACKING + /* define this if you have an Ondio style 6-key keyboard */ #define CONFIG_KEYPAD ONDIO_PAD 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 @@ #define LCD_HEIGHT 64 #define LCD_DEPTH 1 +#define LCD_PIXELFORMAT VERTICAL_PACKING + /* define this if you have the Recorder's 10-key keyboard */ #define CONFIG_KEYPAD RECORDER_PAD 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 @@ #define LCD_HEIGHT 64 #define LCD_DEPTH 1 +#define LCD_PIXELFORMAT VERTICAL_PACKING + /* define this if you have a Recorder style 10-key keyboard */ #define CONFIG_KEYPAD RECORDER_PAD -- cgit v1.2.3