添加了触屏驱动,加入了触屏校准功能

This commit is contained in:
2021-08-07 17:05:35 +08:00
parent 11e983ef98
commit 4e864ed558
18 changed files with 12649 additions and 9122 deletions
+6 -3
View File
@@ -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