Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pyledctrl / test / data / compiler / fade_and_step.oled
Size: Mime:
with loop(iterations=UnsignedByte(value=0)):
    set_black(duration=0)
    fade_to_color(0, 255, 0, duration=1)
    set_color(0, 128, 255, duration=0)
    sleep(duration=1)
end()