Modul ändern

change_neopixel_modul
Hofei 5 years ago
parent 701b5ad4f4
commit 6b5d8c5d59

@ -62,7 +62,7 @@ def rgb_standard():
def alle_led(r, g, b, pixels): def alle_led(r, g, b, pixels):
pixels.fill(r, g, b) pixels.fill((r, g, b))
pixels.show() pixels.show()

Loading…
Cancel
Save