Documentation ¶
Index ¶
- type Device
- func (d *Device) Clear() error
- func (d *Device) Close() error
- func (d *Device) Columns() int
- func (d *Device) FirmwareVersion() string
- func (d *Device) ID() string
- func (d *Device) Pixels() int
- func (d *Device) ReadKeys() (chan hamdeck.Key, error)
- func (d *Device) Reset() error
- func (d *Device) Rows() int
- func (d *Device) Serial() string
- func (d *Device) SetBrightness(brightness int) error
- func (d *Device) SetImage(button int, image image.Image) error
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) FirmwareVersion ¶
func (*Device) SetBrightness ¶
Click to show internal directories.
Click to hide internal directories.