Fixed pixel number

This commit is contained in:
Kattni Rembor 2018-06-01 21:42:48 -04:00
parent 276df8c66d
commit cbf3e7b40d

View file

@ -4,4 +4,4 @@ cpx.pixels.brightness = 0.3
while True: while True:
cpx.pixels[0] = (255, 0, 0) cpx.pixels[0] = (255, 0, 0)
cpx.pixels[0] = (0, 0, 255) cpx.pixels[1] = (0, 0, 255)