Skip to content

Commit

Permalink
Loop Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mperino committed Nov 29, 2021
1 parent a22be3a commit 68fac38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/esp_atcontrol_countviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def chime_light():
if pixel_type == "RGB/GRB":
pixels.fill((i, i, i))
elif pixel_type == "RGBW/GRBW":
pixels.fill((i, i, i, i))
pixels.fill((i, i, i, i))
pixels.show()
time.sleep(1)
pixels.fill(0)
Expand Down

0 comments on commit 68fac38

Please sign in to comment.