Modul ändern

This commit is contained in:
Hofei
2019-12-27 14:37:10 +01:00
parent 701b5ad4f4
commit 6b5d8c5d59
+1 -1
View File
@@ -62,7 +62,7 @@ def rgb_standard():
def alle_led(r, g, b, pixels):
pixels.fill(r, g, b)
pixels.fill((r, g, b))
pixels.show()