better tester
This commit is contained in:
parent
62f95a428d
commit
6de142aac4
@ -6,4 +6,5 @@ for i in range(16*32):
|
|||||||
x = i % 32
|
x = i % 32
|
||||||
y = i // 32
|
y = i // 32
|
||||||
led.set_pixel(x,y, 10, 200, 30)
|
led.set_pixel(x,y, 10, 200, 30)
|
||||||
led.show()
|
if i%2 == 0:
|
||||||
|
led.show()
|
Loading…
x
Reference in New Issue
Block a user