summaryrefslogtreecommitdiffstats
path: root/firmware/export/config-recorder.h
diff options
context:
space:
mode:
authorZakk Roberts <midk@rockbox.org>2006-04-10 03:51:17 +0000
committerZakk Roberts <midk@rockbox.org>2006-04-10 03:51:17 +0000
commit2f943b054c4eb630c9b5b7170da38e494c1be235 (patch)
treea72d3e22c88f7ddb67e9a8d01a94e9927001c702 /firmware/export/config-recorder.h
parentbf6f9c66a158a478d639672857bbf9bac791dd30 (diff)
downloadrockbox-2f943b054c4eb630c9b5b7170da38e494c1be235.tar.gz
rockbox-2f943b054c4eb630c9b5b7170da38e494c1be235.zip
Enabled the quickscreen for iAudio X5. Globally, REC enters the menu and holding REC enters the quickscreen. Also moved the quickscreen #define to model config files, which simplifies the checking for it and makes checking more consistent. Cleaned up keymappings in quickscreen.h.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9590 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-recorder.h')
-rw-r--r--firmware/export/config-recorder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index d727519421..130e199783 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -7,6 +7,9 @@
/* define this if you can flip your LCD */
#define HAVE_LCD_FLIP
+/* define this if you have access to the quickscreen */
+#define HAVE_QUICKSCREEN
+
/* LCD dimensions */
#define LCD_WIDTH 112
#define LCD_HEIGHT 64