Versions in this module Expand all Collapse all v0 v0.0.3 Sep 12, 2019 v0.0.2 Sep 11, 2019 Changes in this version + func BgColor(c color.Color) func(*Label) + func Callback(cb func(int, sd.BtnState)) func(*Label) + func Text(text string) func(*Label) + func TextColor(c color.Color) func(*Label) + type Label struct + func NewLabel(sd *sd.StreamDeck, btnIndex int, options ...func(*Label)) (*Label, error) + func (l *Label) Change(state sd.BtnState) + func (l *Label) Draw() error + func (l *Label) SetBgColor(color *image.Uniform) + func (l *Label) SetText(text string)