Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2017 Changes in this version + func ToRGB(p []color.NRGBA) []byte + type Dev struct + Intensity uint8 + Temperature uint16 + func New(p spi.Port, numLights int, intensity uint8, temperature uint16) (*Dev, error) + func (d *Dev) Bounds() image.Rectangle + func (d *Dev) ColorModel() color.Model + func (d *Dev) Draw(r image.Rectangle, src image.Image, sp image.Point) + func (d *Dev) Halt() error + func (d *Dev) String() string + func (d *Dev) Write(pixels []byte) (int, error) Incompatible versions in this module v2.0.0+incompatible Aug 25, 2017