LEDPanel_128x128/platformio.ini

27 lines
836 B
INI
Raw Permalink Normal View History

2024-08-05 03:06:50 -07: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
2024-08-15 03:59:43 -07:00
[env:esp32-s3-devkitc-1]
platform = espressif32
board = esp32-s3-devkitc-1
2024-08-05 03:06:50 -07:00
framework = arduino
monitor_speed = 115200
2024-08-15 03:59:43 -07:00
board_build.mcu = esp32s3
2024-08-05 03:06:50 -07:00
lib_deps =
mrfaptastic/ESP32 HUB75 LED MATRIX PANEL DMA Display@^3.0.12
https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA.git
adafruit/Adafruit GFX Library@^1.11.10
2024-08-13 02:13:25 -07:00
fastled/FastLED@^3.7.1
bblanchon/ArduinoJson@^7.1.0
2024-08-15 03:59:43 -07:00
links2004/WebSockets@^2.5.3
build_flags =
-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue