mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-26 22:33:24 +00:00
use custom touch driver for Indicator
This commit is contained in:
parent
7dc123690f
commit
1ff5c867b2
@ -1 +1 @@
|
||||
Subproject commit 433815b70782bc0a03ff7323f98273f53cda9129
|
||||
Subproject commit a9fc70cbde73ca60b8f5a570feb70fa07e3dd650
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user