updating neopixel count to fit learn guide build

updating neopixel count to fit learn guide build
This commit is contained in:
Noe Ruiz 2024-07-01 13:21:58 -04:00
parent b8e4a6ae02
commit f6b4b387a4

View file

@ -23,7 +23,7 @@ button.switch_to_input(pull=digitalio.Pull.DOWN)
audio = audiobusio.I2SOut(bit_clock=board.D24, word_select=board.D25, data=board.A3) audio = audiobusio.I2SOut(bit_clock=board.D24, word_select=board.D25, data=board.A3)
# Make the neopixel object # Make the neopixel object
pixels = neopixel.NeoPixel(board.D6, 24, brightness=.4) pixels = neopixel.NeoPixel(board.D6, 31, brightness=.4)
# Setup the LED animations # Setup the LED animations
chase = Chase(pixels, speed=0.02, color=GREEN, size=4, spacing=24) chase = Chase(pixels, speed=0.02, color=GREEN, size=4, spacing=24)