firmware/variants/t-watch-s3/platformio.ini
Tom Fifield d2cb2251b4 [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? :)
2025-01-11 16:45:38 +08:00

21 lines
483 B
INI

; LilyGo T-Watch S3
[env:t-watch-s3]
extends = esp32s3_base
board = t-watch-s3
board_check = true
upload_protocol = esptool
build_flags = ${esp32_base.build_flags}
-DT_WATCH_S3
-Ivariants/t-watch-s3
-DPCF8563_RTC=0x51
-DHAS_BMA423=1
lib_deps = ${esp32s3_base.lib_deps}
lovyan03/LovyanGFX@^1.1.16
lewisxhe/PCF8563_Library@1.0.1
adafruit/Adafruit DRV2605 Library@^1.2.2
earlephilhower/ESP8266Audio@^1.9.9
earlephilhower/ESP8266SAM@^1.0.1
lewisxhe/SensorLib@0.2.0