Skip to content

Commit 68fac38

Browse files
committed
Loop Fixed
1 parent a22be3a commit 68fac38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/esp_atcontrol_countviewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def chime_light():
150150
if pixel_type == "RGB/GRB":
151151
pixels.fill((i, i, i))
152152
elif pixel_type == "RGBW/GRBW":
153-
pixels.fill((i, i, i, i))
153+
pixels.fill((i, i, i, i))
154154
pixels.show()
155155
time.sleep(1)
156156
pixels.fill(0)

0 commit comments

Comments
 (0)