numpix reduced from 40 to 7 jewel

This commit is contained in:
Mikey Sklar 2017-12-12 14:47:52 -07:00
parent f02377b9cb
commit c4a79ebeb4

View file

@ -3,7 +3,7 @@ import neopixel
import time import time
pixpin = board.D1 pixpin = board.D1
numpix = 40 numpix = 7
pixels = neopixel.NeoPixel(pixpin, numpix, brightness=.3, auto_write=False) pixels = neopixel.NeoPixel(pixpin, numpix, brightness=.3, auto_write=False)