Documentation ¶
Overview ¶
Package hub75 implements a driver for the HUB75 LED matrix.
Guide: https://cdn-learn.adafruit.com/downloads/pdf/32x16-32x32-rgb-led-matrix.pdf This driver was inspired by https://github.com/2dom/PxMatrix
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device ¶
type Device struct {
// contains filtered or unexported fields
}
func (*Device) ClearDisplay ¶
func (d *Device) ClearDisplay()
ClearDisplay erases the internal buffer
func (*Device) SetBrightness ¶
SetBrightness changes the brightness of the display
Click to show internal directories.
Click to hide internal directories.