BiblioPixelAnimations.strip.Rainbows module

class BiblioPixelAnimations.strip.Rainbows.Rainbow(layout, start=0, end=-1, **kwds)[source]

Bases: bibliopixel.animation.strip.Strip

Generate rainbow distributed over 256 pixels. If you want the full rainbow to fit in the number of pixels you are using, use RainbowCycle instead

pre_run()[source]
step(amt=1)[source]
class BiblioPixelAnimations.strip.Rainbows.RainbowCycle(layout, start=0, end=-1, **kwds)[source]

Bases: bibliopixel.animation.strip.Strip

Generate rainbow wheel equally distributed over strip.

pre_run()[source]
step(amt=1)[source]