We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d22c8 commit 7a8b49fCopy full SHA for 7a8b49f
examples/multistrandtest.py
@@ -51,7 +51,7 @@ def multiColorWipe(color1, color2, wait_ms=5):
51
52
53
def blackout(strip):
54
- for i in range(max(strip1.numPixels(), strip1.numPixels())):
+ for i in range(max(strip.numPixels(), strip.numPixels())):
55
strip.setPixelColor(i, Color(0, 0, 0))
56
strip.show()
57
0 commit comments