From e7a5c1b005cd5dfcd606e4cc3a3d47cfb3edaaee Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Sun, 12 Mar 2023 20:04:16 +0000 Subject: VirtualMatrixPanel test program For library development validation purposes. --- testing/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testing/README.md (limited to 'testing/README.md') 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 -- cgit v1.3.1