This commit is contained in:
Remy Moll
2020-10-13 18:06:18 +02:00
parent f4632613a7
commit d7b6f1a82c
3 changed files with 7 additions and 3 deletions

View File

@@ -88,6 +88,7 @@ class UnicornHat(object):
def set_matrix(self, matrix):
self.buffer = matrix
print(matrix)
self.show()