Toggle Navigation
Hatchery
Eggs
Trans Pride CZ
__init__.py
Users
Badges
Login
Register
MCH2022 badge?
go to mch2022.badge.team
__init__.py
raw
Content
### Trans flag egg for CampZone 2019 badge ### Jenny List 2019-07-24 import rgb rgb.clear() for x in range(0, 32): rgb.pixel(color=(0,0,0), pos=(x,0)) rgb.pixel(color=(85,205,252), pos=(x,1)) rgb.pixel(color=(247,168,184), pos=(x,2)) rgb.pixel(color=(255,255,255), pos=(x,3)) rgb.pixel(color=(255,255,255), pos=(x,4)) rgb.pixel(color=(247,168,184), pos=(x,5)) rgb.pixel(color=(85,205,252), pos=(x,6))