Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2017 Changes in this version + func Clock(hour, minute int, showDots bool) []byte + func Digits(n ...int) []byte + type Brightness uint8 + const Brightness1 + const Brightness10 + const Brightness11 + const Brightness12 + const Brightness13 + const Brightness14 + const Brightness2 + const Brightness4 + const Off + type Dev struct + func New(clk gpio.PinOut, data gpio.PinIO) (*Dev, error) + func (d *Dev) Halt() error + func (d *Dev) SetBrightness(b Brightness) error + func (d *Dev) String() string + func (d *Dev) Write(seg []byte) (int, error) Incompatible versions in this module v2.0.0+incompatible Aug 25, 2017