numpix reduced from 40 to 7 jewel
This commit is contained in:
parent
f02377b9cb
commit
c4a79ebeb4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import neopixel
|
|||
import time
|
||||
|
||||
pixpin = board.D1
|
||||
numpix = 40
|
||||
numpix = 7
|
||||
|
||||
pixels = neopixel.NeoPixel(pixpin, numpix, brightness=.3, auto_write=False)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue