use custom touch driver for Indicator

This commit is contained in:
mverch67 2024-09-19 12:26:20 +02:00
parent 7dc123690f
commit 1ff5c867b2
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit 433815b70782bc0a03ff7323f98273f53cda9129
Subproject commit a9fc70cbde73ca60b8f5a570feb70fa07e3dd650

View File

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