better tester
This commit is contained in:
@@ -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()
|
Reference in New Issue
Block a user