diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-03-12 20:04:16 +0000 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-03-12 20:04:16 +0000 |
| commit | e7a5c1b005cd5dfcd606e4cc3a3d47cfb3edaaee (patch) | |
| tree | 9b23f011dc0bf54cde3cd126626136c937dd1adc /testing/README.md | |
| parent | 2b76af4a5a99bf9f877a686120768af78d670dde (diff) | |
VirtualMatrixPanel test program
For library development validation purposes.
Diffstat (limited to 'testing/README.md')
| -rw-r--r-- | testing/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/README.md b/testing/README.md new file mode 100644 index 0000000..3efe11a --- /dev/null +++ b/testing/README.md @@ -0,0 +1,5 @@ +Sample app to simulate the VirtualMatrixPanel class for testing / optimisation, without having to test with physical panels. + +``` +g++ -o myapp.exe testing.cpp +```
\ No newline at end of file |
