Toggle Navigation
Hatchery
Eggs
nw
__init__.py
Users
Badges
Login
Register
MCH2022 badge?
go to mch2022.badge.team
__init__.py
raw
Content
import ugfx ugfx.init() ugfx.clear(ugfx.BLACK) ugfx.flush() ugfx.clear(ugfx.WHITE) ugfx.flush() ugfx.display_image(0,0,'/lib/nw/NW-Logo.png') ugfx.string_box(0,45,296,38, "Hackerman", "PermanentMarker28", ugfx.BLACK, ugfx.justifyRight) ugfx.line(155, 75, 245, 75, ugfx.BLACK) ugfx.flush()