NerdNos-Firmware/platformio.ini
2023-04-17 02:06:18 +02:00

31 lines
966 B
INI

; 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
#platform_packages =
# framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.5
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
#board_build.psram_type = opi
lib_deps =
bodmer/TFT_eSPI@^2.5.0
https://github.com/takkaO/OpenFontRender
bblanchon/ArduinoJson@^6.21.1
https://github.com/tzapu/WiFiManager.git