aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/touchpad
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-08-17 09:23:15 +0200
committerTectu <joel@unormal.org>2012-08-17 09:23:15 +0200
commit7bfaea1ca9fbb37472a822c21765739a514a2a80 (patch)
tree30d7d8522e91251ccebdd0a1f9a559e38f59c41b /drivers/touchpad
parent7b10e441c81809d724aa58bf63da51bf26766b7a (diff)
downloaduGFX-7bfaea1ca9fbb37472a822c21765739a514a2a80.tar.gz
uGFX-7bfaea1ca9fbb37472a822c21765739a514a2a80.tar.bz2
uGFX-7bfaea1ca9fbb37472a822c21765739a514a2a80.zip
readme updates
Diffstat (limited to 'drivers/touchpad')
-rw-r--r--drivers/touchpad/ADS7843/readme.txt3
-rw-r--r--drivers/touchpad/XPT2046/readme.txt3
2 files changed, 2 insertions, 4 deletions
diff --git a/drivers/touchpad/ADS7843/readme.txt b/drivers/touchpad/ADS7843/readme.txt
index 34a57bc0..6e62bf39 100644
--- a/drivers/touchpad/ADS7843/readme.txt
+++ b/drivers/touchpad/ADS7843/readme.txt
@@ -4,6 +4,5 @@ To use this driver:
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
+ include $(LCDLIB)/drivers/touchpadADS7843/touchpad_lld.mk
diff --git a/drivers/touchpad/XPT2046/readme.txt b/drivers/touchpad/XPT2046/readme.txt
index 992d346d..e24ec768 100644
--- a/drivers/touchpad/XPT2046/readme.txt
+++ b/drivers/touchpad/XPT2046/readme.txt
@@ -4,6 +4,5 @@ To use this driver:
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
+ include $(LCDLIB)/drivers/touchpad/XPT2046/touchpad_lld.mk