summaryrefslogtreecommitdiff
path: root/apps/features.txt
diff options
context:
space:
mode:
authorRob Purchase <shotofadds@rockbox.org>2009-03-24 21:55:05 +0000
committerRob Purchase <shotofadds@rockbox.org>2009-03-24 21:55:05 +0000
commited1a3355deac93683a25296e573d65729bb3f2e7 (patch)
tree47d58088364cf9f042770e72b51fea223ace8bc7 /apps/features.txt
parent3adb821ad05d9c1169816379092cc807556cc822 (diff)
downloadrockbox-ed1a3355deac93683a25296e573d65729bb3f2e7.tar.gz
rockbox-ed1a3355deac93683a25296e573d65729bb3f2e7.zip
Add a Touchscreen Mode setting to switch between 3x3 grid and absolute point modes. Note that many screens have not yet been adjusted to absolute point mode, so use with caution.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20520 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/features.txt')
-rw-r--r--apps/features.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt
index b510136a33..af4b18648e 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -192,3 +192,6 @@ usbstack
192wheel_acceleration 192wheel_acceleration
193#endif 193#endif
194 194
195#if defined(HAVE_TOUCHSCREEN)
196touchscreen
197#endif