removed touchpad prefix on touchpad drivers
This commit is contained in:
parent
e6373df68b
commit
72d994626f
@ -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.
|
||||
|
6
drivers/touchpad/ADS7843/touchpad_lld.mk
Normal file
6
drivers/touchpad/ADS7843/touchpad_lld.mk
Normal 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
|
||||
|
6
drivers/touchpad/XPT2046/touchpad_lld.mk
Normal file
6
drivers/touchpad/XPT2046/touchpad_lld.mk
Normal 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
|
||||
|
@ -1,6 +0,0 @@
|
||||
# List the required driver.
|
||||
LCDSRC += $(LCDLIB)/drivers/touchpad/touchpadADS7843/touchpad_lld.c
|
||||
|
||||
# Required include directories
|
||||
LCDINC += $(LCDLIB)/drivers/touchpad/touchpadADS7843
|
||||
|
@ -1,6 +0,0 @@
|
||||
# List the required driver.
|
||||
LCDSRC += $(LCDLIB)/drivers/touchpad/touchpadXPT2046/touchpad_lld.c
|
||||
|
||||
# Required include directories
|
||||
LCDINC += $(LCDLIB)/drivers/touchpad/touchpadXPT2046
|
||||
|
Loading…
Reference in New Issue
Block a user