6 lines
93 B
Python
6 lines
93 B
Python
import dashboard_api.hat.unicorn as HAT
|
|
|
|
out = HAT.UnicornHat(32,16)
|
|
|
|
out.set_all(10,100,10)
|