aboutsummaryrefslogtreecommitdiff
path: root/testing/README.md
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2023-03-12 20:04:16 +0000
committermrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2023-03-12 20:04:16 +0000
commite7a5c1b005cd5dfcd606e4cc3a3d47cfb3edaaee (patch)
tree9b23f011dc0bf54cde3cd126626136c937dd1adc /testing/README.md
parent2b76af4a5a99bf9f877a686120768af78d670dde (diff)
VirtualMatrixPanel test program
For library development validation purposes.
Diffstat (limited to 'testing/README.md')
-rw-r--r--testing/README.md5
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