From e6373df68bbfc508493aabaec2b56335f8a8d6b0 Mon Sep 17 00:00:00 2001 From: Tectu Date: Tue, 14 Aug 2012 02:10:57 +0200 Subject: removed gdisp prefix on gdisp drivers --- docs/usage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. /** -- cgit v1.2.3