Documentation
¶
Overview ¶
Package display implements an interface to HUB75 RGB LED matrix panels.
Index ¶
Constants ¶
View Source
const ( DefaultWidth = 64 // px DefaultHeight = 32 // px DefaultColorDepth = 4 // bits )
Default constants for Display configuration.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Display ¶
type Display struct {
// contains filtered or unexported fields
}
Display wraps the HUB75 device driver.
Click to show internal directories.
Click to hide internal directories.