removed touchpad prefix on touchpad drivers

ugfx_release_2.6
Tectu 2012-08-14 02:12:59 +02:00
parent e6373df68b
commit 72d994626f
11 changed files with 13 additions and 13 deletions

View File

@ -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.

View File

@ -0,0 +1,6 @@
# List the required driver.
LCDSRC += $(LCDLIB)/drivers/touchpad/ADS7843/touchpad_lld.c
# Required include directories
LCDINC += $(LCDLIB)/drivers/touchpad/ADS7843

View File

@ -0,0 +1,6 @@
# List the required driver.
LCDSRC += $(LCDLIB)/drivers/touchpad/XPT2046/touchpad_lld.c
# Required include directories
LCDINC += $(LCDLIB)/drivers/touchpad/XPT2046

View File

@ -1,6 +0,0 @@
# List the required driver.
LCDSRC += $(LCDLIB)/drivers/touchpad/touchpadADS7843/touchpad_lld.c
# Required include directories
LCDINC += $(LCDLIB)/drivers/touchpad/touchpadADS7843

View File

@ -1,6 +0,0 @@
# List the required driver.
LCDSRC += $(LCDLIB)/drivers/touchpad/touchpadXPT2046/touchpad_lld.c
# Required include directories
LCDINC += $(LCDLIB)/drivers/touchpad/touchpadXPT2046