aboutsummaryrefslogtreecommitdiff
path: root/testing/README.md
diff options
context:
space:
mode:
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