LEDPanel_128x128/platformio.ini

21 lines
674 B
INI
Raw 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
[env:nodemcu-32s2]
platform = espressif32
board = nodemcu-32s2
board_build.mcu = esp32
framework = arduino
monitor_speed = 115200
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