diff options
| author | Dominik Wenger <domonoky@googlemail.com> | 2009-10-27 20:25:40 +0000 |
|---|---|---|
| committer | Dominik Wenger <domonoky@googlemail.com> | 2009-10-27 20:25:40 +0000 |
| commit | 04ebf48fe4cb7bdd4d125e9e5f2507d03ede6a5b (patch) | |
| tree | 0b3b501a59d9a774019d277b0947ee4194de0af4 /firmware/export | |
| parent | 6f9724706f4df78a91f3bf9a10b50be109aac996 (diff) | |
| download | rockbox-04ebf48fe4cb7bdd4d125e9e5f2507d03ede6a5b.zip rockbox-04ebf48fe4cb7bdd4d125e9e5f2507d03ede6a5b.tar.gz rockbox-04ebf48fe4cb7bdd4d125e9e5f2507d03ede6a5b.tar.bz2 rockbox-04ebf48fe4cb7bdd4d125e9e5f2507d03ede6a5b.tar.xz | |
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')
| -rw-r--r-- | firmware/export/config-cowond2.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-mini2440.h | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index 45bf90b..f31c0a8 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -89,7 +89,7 @@ #define CONFIG_KEYPAD COWOND2_PAD #define HAVE_TOUCHSCREEN #define HAVE_BUTTON_DATA - + /* The D2 has either a PCF50606 or PCF50635, RTC_D2 handles both */ #define CONFIG_RTC RTC_D2 diff --git a/firmware/export/config-mini2440.h b/firmware/export/config-mini2440.h index b9d5dad..83505d8 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 |