ESP32-HUB75-MatrixPanel-DMA/examples/PIO_TestPatterns/README.md
Emil Muratov 411d474705 Update 'TestPatterns' example to cover more build flags and options
test patterns
 - regular
 - debug
 - minimal
 - vpane
 - vpane_minimal
2022-01-11 00:10:40 +03:00

18 lines
486 B
Markdown

# Test Patterns
Simple solid colors, gradients and test line patterns, could be used to test matrices for proper operation, flickering and estimate fillrate timings.
It is also used in CI test builds to check different build flags scenarios.
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
```