加入eeprom驱动,用于保存屏幕触控的校准数据

This commit is contained in:
2021-08-08 14:49:30 +08:00
parent 4e864ed558
commit 30a814adb9
48 changed files with 23871 additions and 11153 deletions
+3
View File
@@ -6,14 +6,17 @@
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../HW_Devices/LCD.c \
../HW_Devices/eeprom.c \
../HW_Devices/touch.c
OBJS += \
./HW_Devices/LCD.o \
./HW_Devices/eeprom.o \
./HW_Devices/touch.o
C_DEPS += \
./HW_Devices/LCD.d \
./HW_Devices/eeprom.d \
./HW_Devices/touch.d