Fixed the issue that the touch I2C address definition was not effective.

This commit is contained in:
virgil 2024-11-14 18:22:43 +08:00
parent c06b44694c
commit e697d2ceae

View File

@ -75,7 +75,6 @@ build_flags = ${esp32_base.build_flags}
-D USE_LOG_DEBUG -D USE_LOG_DEBUG
-D LOG_DEBUG_INC=\"DebugConfiguration.h\" -D LOG_DEBUG_INC=\"DebugConfiguration.h\"
-D CUSTOM_TOUCH_DRIVER -D CUSTOM_TOUCH_DRIVER
-D FT6X36_ADDR=0x48
-D CALIBRATE_TOUCH=0 -D CALIBRATE_TOUCH=0
-D LGFX_DRIVER=LGFX_INDICATOR -D LGFX_DRIVER=LGFX_INDICATOR
-D VIEW_320x240 -D VIEW_320x240
@ -91,6 +90,6 @@ build_src_filter = ${esp32_base.build_src_filter}
lib_deps = ${esp32s3_base.lib_deps} lib_deps = ${esp32s3_base.lib_deps}
https://github.com/mverch67/LovyanGFX#develop https://github.com/mverch67/LovyanGFX#develop
; file:///home/manuel/Documents/PlatformIO/Projects/LovyanGFX ; file:///home/manuel/Documents/PlatformIO/Projects/LovyanGFX
bitbank2/bb_captouch@1.2.2 ; alternative touch library supporting FT6x36 https://github.com/bitbank2/bb_captouch ; alternative touch library supporting FT6x36
earlephilhower/ESP8266Audio@^1.9.7 earlephilhower/ESP8266Audio@^1.9.7
earlephilhower/ESP8266SAM@^1.0.1 earlephilhower/ESP8266SAM@^1.0.1