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.
2 parents 08d22c8 + 7a8b49f commit 8a640bdCopy full SHA for 8a640bd
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