From 0776f53058cc71df88cebca7dc4096c4880bdf61 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Tue, 13 Oct 2020 21:14:40 +0200 Subject: [PATCH] Finally, some good fucking news --- test.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..3a34c46 --- /dev/null +++ b/test.py @@ -0,0 +1,5 @@ +import dashboard_api.hat.unicorn as HAT + +out = HAT.UnicornHat(32,16) + +out.set_all(10,100,10)