Toggle Navigation
Hatchery
Eggs
clock
service.py
Users
Badges
Login
Register
MCH2022 badge?
go to mch2022.badge.team
service.py
raw
Content
import easyrtc import ugfx def setup(): pass def loop(): return 60000 def draw(y): t = easyrtc.string() ugfx.string(0, y-12, "Still about %s anyway" % t, "Roboto_Regular12", ugfx.BLACK) #ugfx.flush() return [60000, 14]