ESP32-HUB75-MatrixPanel-DMA/testing/README.md
mrfaptastic e7a5c1b005 VirtualMatrixPanel test program
For library development validation purposes.
2023-03-12 20:04:16 +00:00

5 lines
No EOL
162 B
Markdown

Sample app to simulate the VirtualMatrixPanel class for testing / optimisation, without having to test with physical panels.
```
g++ -o myapp.exe testing.cpp
```