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)