better tester

This commit is contained in:
Remy Moll 2020-12-16 14:07:59 +01:00
parent 62f95a428d
commit 6de142aac4

View File

@ -6,4 +6,5 @@ for i in range(16*32):
x = i % 32
y = i // 32
led.set_pixel(x,y, 10, 200, 30)
led.show()
if i%2 == 0:
led.show()