summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2006-08-20 01:05:57 +0000
committerBarry Wardell <rockbox@barrywardell.net>2006-08-20 01:05:57 +0000
commit6e0e0f9b72cba07513ff44cc2707628e2dc8c064 (patch)
tree20fb7bb5a18f1ad877e8475aee2ba4eb7054ec11 /firmware
parent99c2dc52841aabd0af66b3cd43452478acf22c31 (diff)
downloadrockbox-6e0e0f9b72cba07513ff44cc2707628e2dc8c064.tar.gz
rockbox-6e0e0f9b72cba07513ff44cc2707628e2dc8c064.zip
Add keymaps for pitchscreen and graphical equalizer on H10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10662 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-h10.h3
-rw-r--r--firmware/export/config-h10_5gb.h4
2 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index cae37fcce4..39f8a85a35 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -19,6 +19,9 @@
19/* define this if you have access to the quickscreen */ 19/* define this if you have access to the quickscreen */
20#define HAVE_QUICKSCREEN 20#define HAVE_QUICKSCREEN
21 21
22/* define this if you have access to the pitchscreen */
23#define HAVE_PITCHSCREEN
24
22/* LCD dimensions */ 25/* LCD dimensions */
23#define LCD_WIDTH 160 26#define LCD_WIDTH 160
24#define LCD_HEIGHT 128 27#define LCD_HEIGHT 128
diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h
index 09b9132525..c5aaceb573 100644
--- a/firmware/export/config-h10_5gb.h
+++ b/firmware/export/config-h10_5gb.h
@@ -19,6 +19,10 @@
19/* define this if you have access to the quickscreen */ 19/* define this if you have access to the quickscreen */
20#define HAVE_QUICKSCREEN 20#define HAVE_QUICKSCREEN
21 21
22/* define this if you have access to the pitchscreen */
23#define HAVE_PITCHSCREEN
24
25
22/* LCD dimensions */ 26/* LCD dimensions */
23#define LCD_WIDTH 128 27#define LCD_WIDTH 128
24#define LCD_HEIGHT 128 28#define LCD_HEIGHT 128