blob: cba07a2944a8b0a38978c5bb179774b989f9d904 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Test Patterns
Simple solid colors, gradients and test line patterns, could be used to test matrices 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
```
|