2023-04-07 00:43:20 +02:00
|
|
|
; PlatformIO Project Configuration File
|
|
|
|
;
|
|
|
|
; Build options: build flags, source filter
|
|
|
|
; Upload options: custom upload port, speed and extra flags
|
|
|
|
; Library options: dependencies, extra library storages
|
|
|
|
; Advanced options: extra scripting
|
|
|
|
;
|
|
|
|
; Please visit documentation for the other options and examples
|
|
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
|
|
|
|
[env:T-Display-S3]
|
|
|
|
platform = espressif32
|
|
|
|
board = esp32-s3-devkitc-1
|
|
|
|
framework = arduino
|
2023-04-17 02:06:18 +02:00
|
|
|
#platform_packages =
|
|
|
|
# framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.5
|
2023-04-07 00:43:20 +02:00
|
|
|
build_flags =
|
|
|
|
-DLV_LVGL_H_INCLUDE_SIMPLE
|
|
|
|
-DBOARD_HAS_PSRAM
|
|
|
|
-DARDUINO_USB_MODE=1
|
|
|
|
-DARDUINO_USB_CDC_ON_BOOT=1
|
|
|
|
board_build.partitions = default_8MB.csv
|
|
|
|
board_build.arduino.memory_type = qio_opi
|
|
|
|
board_build.flash_size = 8MB
|
2023-04-17 02:06:18 +02:00
|
|
|
#board_build.psram_type = opi
|
2023-04-07 00:43:20 +02:00
|
|
|
lib_deps =
|
2023-04-17 02:06:18 +02:00
|
|
|
bodmer/TFT_eSPI@^2.5.0
|
2023-04-07 00:43:20 +02:00
|
|
|
https://github.com/takkaO/OpenFontRender
|
|
|
|
bblanchon/ArduinoJson@^6.21.1
|
|
|
|
https://github.com/tzapu/WiFiManager.git
|