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-ipodmini2g.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-ipodmini2g.h')
-rwxr-xr-x | firmware/export/config-ipodmini2g.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h index c3b7a676c3..881e4d2f44 100755 --- a/firmware/export/config-ipodmini2g.h +++ b/firmware/export/config-ipodmini2g.h @@ -12,6 +12,9 @@ /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP 1 +/* define this if you have access to the quickscreen */ +#define HAVE_QUICKSCREEN + /* LCD dimensions */ #define LCD_WIDTH 138 #define LCD_HEIGHT 110 |