aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-08-14 02:12:59 +0200
committerTectu <joel@unormal.org>2012-08-14 02:12:59 +0200
commit72d994626f750a86a7a92b2c7ef87a3cceededb3 (patch)
treeced65c3920e7bd737aebe09a2897051807216e04 /docs
parente6373df68bbfc508493aabaec2b56335f8a8d6b0 (diff)
downloaduGFX-72d994626f750a86a7a92b2c7ef87a3cceededb3.tar.gz
uGFX-72d994626f750a86a7a92b2c7ef87a3cceededb3.tar.bz2
uGFX-72d994626f750a86a7a92b2c7ef87a3cceededb3.zip
removed touchpad prefix on touchpad drivers
Diffstat (limited to 'docs')
-rw-r--r--docs/usage.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage.txt b/docs/usage.txt
index 52222ddc..961fa2c6 100644
--- a/docs/usage.txt
+++ b/docs/usage.txt
@@ -8,7 +8,7 @@ To include any of these functions/drivers in your project...
3/ Add $(LCDSRC) and $(LCDINC) to your SRCS and INCDIR of your projects Makefile
4/ In your project Makefile add the makefiles for any specific drivers you want e.g
- include $(LCDLIB)/halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.mk
+ include $(LCDLIB)/halext/drivers/touchpad/XPT2046/touchpad_lld.mk
include $(LCDLIB)/halext/drivers/gdisp/Nokia6610/gdisp_lld.mk
5/ In your project halconf.h turn on the support you want eg.