From 5e5bfabf6731758302a8ec15dc4f93109bf91d84 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 16 Aug 2006 13:25:45 +0000 Subject: * fixed the pitch screen key mappings for all targets, targets require a mapping to access the screen from the wps git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10611 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-fmrecorder.h | 2 ++ firmware/export/config-h100.h | 2 ++ firmware/export/config-h120.h | 2 ++ firmware/export/config-h300.h | 2 ++ firmware/export/config-iaudiox5.h | 2 ++ firmware/export/config-ipod3g.h | 2 ++ firmware/export/config-ipod4g.h | 2 ++ firmware/export/config-ipodcolor.h | 2 ++ firmware/export/config-ipodmini.h | 2 ++ firmware/export/config-ipodmini2g.h | 2 ++ firmware/export/config-ipodnano.h | 2 ++ firmware/export/config-ipodvideo.h | 2 ++ firmware/export/config-ondiofm.h | 3 +++ firmware/export/config-ondiosp.h | 3 +++ 14 files changed, 30 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index 7a78d48822..4009d334ab 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -9,6 +9,8 @@ /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN +/* define this if you have access to the pitchscreen */ +#define HAVE_PITCHSCREEN /* LCD dimensions */ #define LCD_WIDTH 112 diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 38f26c104b..52f7625760 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -18,6 +18,8 @@ /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN +/* define this if you have access to the pitchscreen */ +#define HAVE_PITCHSCREEN /* LCD dimensions */ #define LCD_WIDTH 160 diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h index a9b0ed3039..69fd565c23 100644 --- a/firmware/export/config-h120.h +++ b/firmware/export/config-h120.h @@ -14,6 +14,8 @@ /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN +/* define this if you have access to the pitchscreen */ +#define HAVE_PITCHSCREEN /* LCD dimensions */ #define LCD_WIDTH 160 diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index 2a174bc4e5..a310a4eef3 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -17,6 +17,8 @@ /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN +/* define this if you have access to the pitchscreen */ +#define HAVE_PITCHSCREEN /* LCD dimensions */ #define LCD_WIDTH 220 diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index 40772f7ffa..8a2ed7a29d 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h @@ -17,6 +17,8 @@ /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN +/* define this if you have access to the pitchscreen */ +#define HAVE_PITCHSCREEN /* LCD dimensions */ #define LCD_WIDTH 160 diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h index 831ff40c1d..7a7000c080 100644 --- a/firmware/export/config-ipod3g.h +++ b/firmware/export/config-ipod3g.h @@ -14,6 +14,8 @@ /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN +/* define this if you have access to the pitchscreen */ +#define HAVE_PITCHSCREEN /* LCD dimensions */ #define LCD_WIDTH 160 diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h index 46abbdf72b..163d91c3db 100644 --- a/firmware/export/config-ipod4g.h +++ b/firmware/export/config-ipod4g.h @@ -14,6 +14,8 @@ /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN +/* define this if you have access to the pitchscreen */ +#define HAVE_PITCHSCREEN /* LCD dimensions */ #define LCD_WIDTH 160 diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h index e063e93737..3366baa8ea 100644 --- a/firmware/export/config-ipodcolor.h +++ b/firmware/export/config-ipodcolor.h @@ -17,6 +17,8 @@ /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN +/* define this if you have access to the pitchscreen */ +#define HAVE_PITCHSCREEN /* LCD dimensions */ #define LCD_WIDTH 220 diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h index c842de4001..12bc658610 100644 --- a/firmware/export/config-ipodmini.h +++ b/firmware/export/config-ipodmini.h @@ -14,6 +14,8 @@ /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN +/* define this if you have access to the pitchscreen */ +#define HAVE_PITCHSCREEN /* LCD dimensions */ #define LCD_WIDTH 138 diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h index ea19f5c985..2b2e967599 100755 --- a/firmware/export/config-ipodmini2g.h +++ b/firmware/export/config-ipodmini2g.h @@ -14,6 +14,8 @@ /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN +/* define this if you have access to the pitchscreen */ +#define HAVE_PITCHSCREEN /* LCD dimensions */ #define LCD_WIDTH 138 diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h index 3d4deb3abd..c077c381f8 100644 --- a/firmware/export/config-ipodnano.h +++ b/firmware/export/config-ipodnano.h @@ -17,6 +17,8 @@ /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN +/* define this if you have access to the pitchscreen */ +#define HAVE_PITCHSCREEN /* LCD dimensions */ #define LCD_WIDTH 176 diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h index 79ef1a85ac..5cea64deb4 100644 --- a/firmware/export/config-ipodvideo.h +++ b/firmware/export/config-ipodvideo.h @@ -17,6 +17,8 @@ /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN +/* define this if you have access to the pitchscreen */ +#define HAVE_PITCHSCREEN /* LCD dimensions */ #define LCD_WIDTH 320 diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h index 3e6ca50877..ec20929b62 100644 --- a/firmware/export/config-ondiofm.h +++ b/firmware/export/config-ondiofm.h @@ -15,6 +15,9 @@ /* define this if you have an Ondio style 6-key keyboard */ #define CONFIG_KEYPAD ONDIO_PAD +/* define this if you have access to the pitchscreen */ +#define HAVE_PITCHSCREEN + /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h index 67de4db45c..c6b70e3685 100644 --- a/firmware/export/config-ondiosp.h +++ b/firmware/export/config-ondiosp.h @@ -12,6 +12,9 @@ /* define this if you have an Ondio style 6-key keyboard */ #define CONFIG_KEYPAD ONDIO_PAD +/* define this if you have access to the pitchscreen */ +#define HAVE_PITCHSCREEN + /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF -- cgit v1.2.3