ESP32-HUB75-MatrixPanel-DMA/examples/PIO_TestPatterns
Jason2866 2b4a90255f
Fix Arduino and IDF CI
* Platform pioarduino / Arduino core 3.1.3 IDF 5.3.2.250210
2025-03-17 11:55:10 +01:00
..
src Update main.cpp 2023-03-12 10:13:01 +00:00
platformio.ini Fix Arduino and IDF CI 2025-03-17 11:55:10 +01:00
README.md Update 'TestPatterns' example to cover more build flags and options 2022-01-11 00:10:40 +03:00
sdkconfig.defaults Fix sdkconfig 2023-01-29 21:20:47 -06:00

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