Versions in this module Expand all Collapse all v0 v0.1.0 Feb 2, 2021 Changes in this version + type Flash struct + func NewFlash(c color.Color, d time.Duration) (f *Flash) + func (f *Flash) Frame(num int) bool + func (f *Flash) Init(s *adalight.Strip, fps int) string + type Ramp struct + func NewRamp(c color.Color, d time.Duration) (r *Ramp) + func (r *Ramp) Frame(num int) bool + func (r *Ramp) Init(s *adalight.Strip, fps int) string + type Train struct + func NewTrain(c color.Color, r int) (f *Train) + func (t *Train) Frame(num int) bool + func (t *Train) Init(s *adalight.Strip, _ int) string