mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-14 17:12:08 +00:00
lib-update: other T-Deck touch driver
This commit is contained in:
parent
5829a746e6
commit
73ce1cd7c1
@ -1 +1 @@
|
||||
Subproject commit 8047231c5b5970f2ca6e111643e2f8809ec64135
|
||||
Subproject commit 433815b70782bc0a03ff7323f98273f53cda9129
|
@ -1266,7 +1266,7 @@ void tft_task_handler(void *param = nullptr)
|
||||
spiLock->unlock();
|
||||
}
|
||||
#ifdef HAS_FREE_RTOS
|
||||
vTaskDelay((TickType_t)10);
|
||||
vTaskDelay(5 / portTICK_PERIOD_MS);
|
||||
#else
|
||||
delay(5);
|
||||
#endif
|
||||
|
@ -36,6 +36,7 @@ build_flags = ${esp32_base.build_flags}
|
||||
-D USE_LOG_DEBUG
|
||||
-D LOG_DEBUG_INC=\"DebugConfiguration.h\"
|
||||
-D RADIOLIB_SPI_PARANOID=0
|
||||
-D CUSTOM_TOUCH_DRIVER
|
||||
-D CALIBRATE_TOUCH=0
|
||||
-D LGFX_DRIVER=LGFX_TDECK
|
||||
-D VIEW_320x240
|
||||
@ -51,5 +52,6 @@ build_src_filter = ${esp32_base.build_src_filter}
|
||||
lib_deps =
|
||||
${esp32_base.lib_deps}
|
||||
lovyan03/LovyanGFX@^1.1.16
|
||||
bitbank2/bb_captouch@1.2.2 ; alternative touch library supporting GT911
|
||||
earlephilhower/ESP8266Audio@^1.9.7
|
||||
earlephilhower/ESP8266SAM@^1.0.1
|
Loading…
Reference in New Issue
Block a user