import board import neopixel pixels = neopixel.NeoPixel(board.D18, 144) for i in range(0, 144): pixels[i] = (255, 0, 0)
I\'d like to change th