aboutsummaryrefslogtreecommitdiffstats
path: root/halext/drivers
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-08-09 03:16:13 +0200
committerTectu <joel@unormal.org>2012-08-09 03:16:13 +0200
commit69bcdbba84f936e5da1dd430c75ebd2a9ded41c8 (patch)
treee5d15f375fbd1e8dacf5224a8673be6b0c87e0c8 /halext/drivers
parent23dc88bce5c723f27ec3d802181efb7c8f84e9a3 (diff)
downloaduGFX-69bcdbba84f936e5da1dd430c75ebd2a9ded41c8.tar.gz
uGFX-69bcdbba84f936e5da1dd430c75ebd2a9ded41c8.tar.bz2
uGFX-69bcdbba84f936e5da1dd430c75ebd2a9ded41c8.zip
added XPT2046 readme
Diffstat (limited to 'halext/drivers')
-rw-r--r--halext/drivers/touchpad/touchpadXPT2046/readme.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/halext/drivers/touchpad/touchpadXPT2046/readme.txt b/halext/drivers/touchpad/touchpadXPT2046/readme.txt
new file mode 100644
index 00000000..992d346d
--- /dev/null
+++ b/halext/drivers/touchpad/touchpadXPT2046/readme.txt
@@ -0,0 +1,9 @@
+To use this driver:
+
+1. Add in your halconf.h:
+ a) #define HAL_USE_TOUCHPAD TRUE
+
+2. To your makefile add the following lines:
+ include $(LCDLIB)/lcd.mk
+ include $(LCDLIB)/halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.mk
+