mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-29 06:00:33 +00:00
* [WIP] Attempt upgrade to LovyanGFX 1.1.16 This is the version most used by the TFT branch. I wonder if this will work with our existing code? :) * Update Portduino to LovyanGFX 1.20.0 Manuel says it's good to go. * Update unPhone platformio.ini --------- Co-authored-by: Manuel <71137295+mverch67@users.noreply.github.com>
20 lines
405 B
INI
20 lines
405 B
INI
; LilyGo T-Deck
|
|
[env:t-deck]
|
|
extends = esp32s3_base
|
|
board = t-deck
|
|
board_check = true
|
|
upload_protocol = esptool
|
|
#upload_port = COM29
|
|
|
|
build_flags = ${esp32s3_base.build_flags}
|
|
-DT_DECK
|
|
-DBOARD_HAS_PSRAM
|
|
-DMAX_THREADS=40
|
|
-DGPS_POWER_TOGGLE
|
|
-Ivariants/t-deck
|
|
|
|
lib_deps = ${esp32s3_base.lib_deps}
|
|
lovyan03/LovyanGFX@^1.2.0
|
|
earlephilhower/ESP8266Audio@^1.9.9
|
|
earlephilhower/ESP8266SAM@^1.0.1
|