summaryrefslogtreecommitdiff
path: root/firmware/export/config-mini2440.h
diff options
context:
space:
mode:
authorDominik Wenger <domonoky@googlemail.com>2009-10-27 20:25:40 +0000
committerDominik Wenger <domonoky@googlemail.com>2009-10-27 20:25:40 +0000
commit04ebf48fe4cb7bdd4d125e9e5f2507d03ede6a5b (patch)
tree0b3b501a59d9a774019d277b0947ee4194de0af4 /firmware/export/config-mini2440.h
parent6f9724706f4df78a91f3bf9a10b50be109aac996 (diff)
downloadrockbox-04ebf48fe4cb7bdd4d125e9e5f2507d03ede6a5b.tar.gz
rockbox-04ebf48fe4cb7bdd4d125e9e5f2507d03ede6a5b.zip
Initial touchscreen support for mini2440. Based on D2 touchscreen driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23370 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-mini2440.h')
-rw-r--r--firmware/export/config-mini2440.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-mini2440.h b/firmware/export/config-mini2440.h
index b9d5dadf9c..83505d8994 100644
--- a/firmware/export/config-mini2440.h
+++ b/firmware/export/config-mini2440.h
@@ -71,6 +71,8 @@
71 71
72/* Keypad */ 72/* Keypad */
73#define CONFIG_KEYPAD MINI2440_PAD 73#define CONFIG_KEYPAD MINI2440_PAD
74#define HAVE_TOUCHSCREEN
75#define HAVE_BUTTON_DATA
74 76
75/* I2C */ 77/* I2C */
76/* We do not use currently use hardware I2C, but does not build without */ 78/* We do not use currently use hardware I2C, but does not build without */
@@ -108,6 +110,9 @@
108/* RMC TODO: what is this for?? */ 110/* RMC TODO: what is this for?? */
109/* define this if you have access to the pitchscreen */ 111/* define this if you have access to the pitchscreen */
110#define HAVE_PITCHSCREEN 112#define HAVE_PITCHSCREEN
113#define HAVE_QUICKSCREEN
114
115
111 116
112/* Define this if you do software codec */ 117/* Define this if you do software codec */
113#define CONFIG_CODEC SWCODEC 118#define CONFIG_CODEC SWCODEC