ESP32-HUB75-MatrixPanel-DMA/examples/PIO_TestPatterns
Emil Muratov 4de6fea3f8 TestPatterns example updated
+ some corrections in read.me

Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-02-16 23:03:56 +03:00
..
src TestPatterns example updated 2021-02-16 23:03:56 +03:00
platformio.ini TestPatterns example updated 2021-02-16 23:03:56 +03:00
README.md Update to 2.0.0 2021-02-10 15:49:19 +00:00
sdkconfig.defaults TestPatterns example updated 2021-02-16 23:03:56 +03:00

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 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