Documentation ¶
Overview ¶
Package screen1d implements a 1D display.Drawer that outputs to terminal (stdout) using ANSI color codes.
Useful while you are waiting for your super nice APA-102 LED strip to come by mail.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dev ¶
type Dev struct {
// contains filtered or unexported fields
}
Dev is a 1D LED strip emulator that outputs to the console.
func New ¶
New returns a Dev that displays at the console.
Permits to do local testing of LEDs animation.
func (*Dev) ColorModel ¶
ColorModel implements display.Drawer.
Click to show internal directories.
Click to hide internal directories.