From 04ebf48fe4cb7bdd4d125e9e5f2507d03ede6a5b Mon Sep 17 00:00:00 2001 From: Dominik Wenger Date: Tue, 27 Oct 2009 20:25:40 +0000 Subject: 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 --- firmware/export/config-mini2440.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'firmware/export/config-mini2440.h') 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 @@ /* Keypad */ #define CONFIG_KEYPAD MINI2440_PAD +#define HAVE_TOUCHSCREEN +#define HAVE_BUTTON_DATA /* I2C */ /* We do not use currently use hardware I2C, but does not build without */ @@ -108,6 +110,9 @@ /* RMC TODO: what is this for?? */ /* define this if you have access to the pitchscreen */ #define HAVE_PITCHSCREEN +#define HAVE_QUICKSCREEN + + /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC -- cgit v1.2.3