2021-02-10 16:49:19 +01:00
|
|
|
# Test Patterns
|
|
|
|
|
2021-10-16 16:00:43 +02:00
|
|
|
Simple solid colors, gradients and test line patterns, could be used to test matrices for proper operation, flickering and estimate fillrate timings.
|
2021-02-10 16:49:19 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
```
|