From 1d5f07b0a654ca0ee0b6f4785388801ed809af33 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 4 Jul 2005 06:25:31 +0000 Subject: Preparation for 4-grey LCD mode on H1x0. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7008 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-fmrecorder.h | 1 + firmware/export/config-gmini120.h | 1 + firmware/export/config-gminisp.h | 1 + firmware/export/config-h100.h | 2 ++ firmware/export/config-h300.h | 2 ++ firmware/export/config-ondiofm.h | 1 + firmware/export/config-ondiosp.h | 1 + firmware/export/config-recorder.h | 1 + firmware/export/config-recorderv2.h | 1 + 9 files changed, 11 insertions(+) (limited to 'firmware') 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 @@ /* LCD dimensions */ #define LCD_WIDTH 112 #define LCD_HEIGHT 64 +#define LCD_DEPTH 1 /* define this if you have a Recorder style 10-key keyboard */ #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 @@ /* LCD dimensions */ #define LCD_WIDTH 128 #define LCD_HEIGHT 64 +#define LCD_DEPTH 1 #define CONFIG_KEYPAD GMINI100_PAD 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 @@ /* LCD dimensions */ #define LCD_WIDTH 128 #define LCD_HEIGHT 64 +#define LCD_DEPTH 1 #define CONFIG_KEYPAD GMINI100_PAD 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 @@ /* LCD dimensions */ #define LCD_WIDTH 160 #define LCD_HEIGHT 128 +#define LCD_DEPTH 2 /* remote LCD */ #define LCD_REMOTE_WIDTH 128 #define LCD_REMOTE_HEIGHT 64 +#define LCD_REMOTE_DEPTH 1 #define CONFIG_KEYPAD IRIVER_H100_PAD 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 @@ /* LCD dimensions */ #define LCD_WIDTH 220 #define LCD_HEIGHT 176 +#define LCD_DEPTH 18 /* remote LCD */ #define LCD_REMOTE_WIDTH 128 #define LCD_REMOTE_HEIGHT 64 +#define LCD_REMOTE_DEPTH 1 #define CONFIG_KEYPAD IRIVER_H300_PAD 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 @@ /* LCD dimensions */ #define LCD_WIDTH 112 #define LCD_HEIGHT 64 +#define LCD_DEPTH 1 /* 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 3030c2830e..7ccda3257b 100644 --- a/firmware/export/config-ondiosp.h +++ b/firmware/export/config-ondiosp.h @@ -4,6 +4,7 @@ /* LCD dimensions */ #define LCD_WIDTH 112 #define LCD_HEIGHT 64 +#define LCD_DEPTH 1 /* 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 4cc378f180..bab6cd17c0 100644 --- a/firmware/export/config-recorder.h +++ b/firmware/export/config-recorder.h @@ -7,6 +7,7 @@ /* LCD dimensions */ #define LCD_WIDTH 112 #define LCD_HEIGHT 64 +#define LCD_DEPTH 1 /* 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 a9c8afcdd3..058495e894 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.h @@ -7,6 +7,7 @@ /* LCD dimensions */ #define LCD_WIDTH 112 #define LCD_HEIGHT 64 +#define LCD_DEPTH 1 /* define this if you have a Recorder style 10-key keyboard */ #define CONFIG_KEYPAD RECORDER_PAD -- cgit v1.2.3