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
|
|
|
|
|
2021-12-19 22:15:41 +01:00
|
|
|
; PIO CI can't handle IDF git modules properly (yet)
|
2023-01-30 04:03:19 +01:00
|
|
|
[env:esp32idf]
|
2021-12-19 22:15:41 +01:00
|
|
|
;platform_packages =
|
|
|
|
; ; use a special branch
|
|
|
|
; framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v4.4
|
2023-01-30 04:03:19 +01:00
|
|
|
framework = arduino, espidf
|
2021-12-19 22:15:41 +01:00
|
|
|
;build_flags =
|
|
|
|
; ${env.build_flags}
|
|
|
|
; -DARDUINO=200
|
|
|
|
; -DESP32
|
|
|
|
; ;-DUSE_FASTLINES
|
|
|
|
; -DNO_GFX
|