aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/touchpad/touchpadADS7843/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/touchpad/touchpadADS7843/readme.txt')
-rw-r--r--drivers/touchpad/touchpadADS7843/readme.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/touchpad/touchpadADS7843/readme.txt b/drivers/touchpad/touchpadADS7843/readme.txt
new file mode 100644
index 00000000..34a57bc0
--- /dev/null
+++ b/drivers/touchpad/touchpadADS7843/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/touchpadADS7843/touchpad_lld.mk
+