Skip to content

Commit a5d6e23

Browse files
authored
Merge pull request #2843 from adafruit/magic_band_update
updating neopixel count to fit learn guide build
2 parents b8e4a6a + f6b4b38 commit a5d6e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magic_Band_Reader/code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
audio = audiobusio.I2SOut(bit_clock=board.D24, word_select=board.D25, data=board.A3)
2424

2525
# Make the neopixel object
26-
pixels = neopixel.NeoPixel(board.D6, 24, brightness=.4)
26+
pixels = neopixel.NeoPixel(board.D6, 31, brightness=.4)
2727

2828
# Setup the LED animations
2929
chase = Chase(pixels, speed=0.02, color=GREEN, size=4, spacing=24)

0 commit comments

Comments
 (0)