2021-02-10 16:49:19 +01:00
|
|
|
[platformio]
|
2023-01-30 03:28:31 +01:00
|
|
|
default_envs = esp32
|
2022-01-10 22:10:40 +01:00
|
|
|
description = HUB75 ESP32 I2S DMA test patterns example
|
|
|
|
;src_dir = src
|
2021-02-10 16:49:19 +01:00
|
|
|
|
2023-01-30 04:03:19 +01:00
|
|
|
[env]
|
2021-02-10 16:49:19 +01:00
|
|
|
platform = espressif32
|
|
|
|
board = wemos_d1_mini32
|
|
|
|
lib_deps =
|
2022-01-10 22:10:40 +01:00
|
|
|
fastled/FastLED
|
2023-01-30 03:11:02 +01:00
|
|
|
Wire
|
|
|
|
adafruit/Adafruit BusIO
|
|
|
|
adafruit/Adafruit GFX Library
|
2022-01-10 22:10:40 +01:00
|
|
|
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git
|
|
|
|
upload_speed = 460800
|
2021-02-10 16:49:19 +01:00
|
|
|
monitor_speed = 115200
|
|
|
|
monitor_filters = esp32_exception_decoder
|
|
|
|
|
2023-01-30 04:03:19 +01:00
|
|
|
[env:esp32]
|
|
|
|
framework = arduino
|
|
|
|
|
|
|
|
[env:esp32idf]
|
|
|
|
framework = arduino, espidf
|