Fixed pixel number
This commit is contained in:
parent
276df8c66d
commit
cbf3e7b40d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@ cpx.pixels.brightness = 0.3
|
|||
|
||||
while True:
|
||||
cpx.pixels[0] = (255, 0, 0)
|
||||
cpx.pixels[0] = (0, 0, 255)
|
||||
cpx.pixels[1] = (0, 0, 255)
|
||||
|
|
|
|||
Loading…
Reference in a new issue