diff options
author | Zakk Roberts <midk@rockbox.org> | 2006-04-10 03:51:17 +0000 |
---|---|---|
committer | Zakk Roberts <midk@rockbox.org> | 2006-04-10 03:51:17 +0000 |
commit | 2f943b054c4eb630c9b5b7170da38e494c1be235 (patch) | |
tree | a72d3e22c88f7ddb67e9a8d01a94e9927001c702 /firmware/export/config-recorder.h | |
parent | bf6f9c66a158a478d639672857bbf9bac791dd30 (diff) |
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.h | 3 |
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 |