aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/touchscreen/ADS7843/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/touchscreen/ADS7843/readme.txt')
-rw-r--r--drivers/touchscreen/ADS7843/readme.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/touchscreen/ADS7843/readme.txt b/drivers/touchscreen/ADS7843/readme.txt
new file mode 100644
index 00000000..85f40da5
--- /dev/null
+++ b/drivers/touchscreen/ADS7843/readme.txt
@@ -0,0 +1,8 @@
+To use this driver:
+
+1. Add in your halconf.h:
+ a) #define GFX_USE_TOUCHSCREEN TRUE
+
+2. To your makefile add the following lines:
+ include $(GFXLIB)/drivers/touchscreen/ADS7843/touchscreen_lld.mk
+