package
module
Version:
v0.0.0-...-8bc707f
Opens a new window with list of versions in this module.
Published: Aug 23, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Matrix struct {
Rows int `json:"rows"`
Columns int `json:"columns"`
Bitmap ledmatrix.Stripe `json:"bitmap"`
}
type Space struct {
Len int `json:"len"`
BackgroundColor string `json:"bgColor"`
}
type TextMsg struct {
Text string `json:"text"`
FontSize int `json:"fontSize"`
ForegroundColor string `json:"fgColor"`
BackgroundColor string `json:"bgColor"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.