aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-08-14 02:10:57 +0200
committerTectu <joel@unormal.org>2012-08-14 02:10:57 +0200
commite6373df68bbfc508493aabaec2b56335f8a8d6b0 (patch)
tree18c57aafd64b5e7d7dd64d028713224b4918c171 /docs
parent975faaab679c7a872e0390ac533abf79b08dedbf (diff)
downloaduGFX-e6373df68bbfc508493aabaec2b56335f8a8d6b0.tar.gz
uGFX-e6373df68bbfc508493aabaec2b56335f8a8d6b0.tar.bz2
uGFX-e6373df68bbfc508493aabaec2b56335f8a8d6b0.zip
removed gdisp prefix on gdisp 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 e2d33c18..52222ddc 100644
--- a/docs/usage.txt
+++ b/docs/usage.txt
@@ -9,7 +9,7 @@ To include any of these functions/drivers in your project...
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/gdisp/gdispNokia6610/gdisp_lld.mk
+ include $(LCDLIB)/halext/drivers/gdisp/Nokia6610/gdisp_lld.mk
5/ In your project halconf.h turn on the support you want eg.
/**