aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch/FT5x06/readme.txt
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-06-22 05:00:48 +0200
committerJoel Bodenmann <joel@unormal.org>2013-06-22 05:00:48 +0200
commit5a25b2b7fb257a95fb97502c330364c188242b6c (patch)
treec7a69c7e6baca6ef7255f89824c2c33b5b02bb86 /drivers/ginput/touch/FT5x06/readme.txt
parent6107cd79180603660374c626da15e70ac4f26a5e (diff)
downloaduGFX-5a25b2b7fb257a95fb97502c330364c188242b6c.tar.gz
uGFX-5a25b2b7fb257a95fb97502c330364c188242b6c.tar.bz2
uGFX-5a25b2b7fb257a95fb97502c330364c188242b6c.zip
Added FT5x06 GINPUT driver
Diffstat (limited to 'drivers/ginput/touch/FT5x06/readme.txt')
-rw-r--r--drivers/ginput/touch/FT5x06/readme.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ginput/touch/FT5x06/readme.txt b/drivers/ginput/touch/FT5x06/readme.txt
new file mode 100644
index 00000000..ec3ae757
--- /dev/null
+++ b/drivers/ginput/touch/FT5x06/readme.txt
@@ -0,0 +1,8 @@
+To use this driver:
+
+1. Add in your gfxconf.h:
+ a) #define GFX_USE_GINPUT TRUE
+ b) #define GINPUT_NEED_MOUSE TRUE
+
+2. To your makefile add the following lines:
+ include $(GFXLIB)/drivers/ginput/touch/FT5x06/ginput_lld.mk