We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8e4a6a + f6b4b38 commit a5d6e23Copy full SHA for a5d6e23
Magic_Band_Reader/code.py
@@ -23,7 +23,7 @@
23
audio = audiobusio.I2SOut(bit_clock=board.D24, word_select=board.D25, data=board.A3)
24
25
# Make the neopixel object
26
-pixels = neopixel.NeoPixel(board.D6, 24, brightness=.4)
+pixels = neopixel.NeoPixel(board.D6, 31, brightness=.4)
27
28
# Setup the LED animations
29
chase = Chase(pixels, speed=0.02, color=GREEN, size=4, spacing=24)
0 commit comments