ESP32-HUB75-MatrixPanel-DMA/examples/PIO_TestPatterns/README.md
mrfaptastic 0749fa4193 Update to 2.0.0
Also known as the @vortigont release! Hooray!
2021-02-10 15:49:19 +00:00

16 lines
409 B
Markdown

# Test Patterns
Simple solid colors, gradients and test line patterns, could be used to test matrixes for proper operation, flickering and estimate fillrate timings.
Should be build and uploaded as a [platformio](https://platformio.org/) project
To build with Arduino's framework use
```
pio run -t upload
```
To build using ESP32 IDF with arduino's component use
```
pio run -t upload -e idfarduino
```