添加了触屏驱动,加入了触屏校准功能
This commit is contained in:
@@ -5,13 +5,16 @@
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../HW_Devices/LCD.c
|
||||
../HW_Devices/LCD.c \
|
||||
../HW_Devices/touch.c
|
||||
|
||||
OBJS += \
|
||||
./HW_Devices/LCD.o
|
||||
./HW_Devices/LCD.o \
|
||||
./HW_Devices/touch.o
|
||||
|
||||
C_DEPS += \
|
||||
./HW_Devices/LCD.d
|
||||
./HW_Devices/LCD.d \
|
||||
./HW_Devices/touch.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
|
||||
Reference in New Issue
Block a user