Documentation ¶ Index ¶ type Display func NewFb(dev string) (*Display, error) func NewMock(size image.Point) *Display func (d *Display) Clear() error func (d *Display) ClearFB() func (d *Display) CopyFile2FB(f string) error func (d *Display) Flush() error func (d *Display) QR(text string, border bool, level qrcode.RecoveryLevel) error func (d *Display) String2() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Display ¶ type Display struct { // contains filtered or unexported fields } func NewFb ¶ func NewFb(dev string) (*Display, error) func NewMock ¶ func NewMock(size image.Point) *Display func (*Display) Clear ¶ func (d *Display) Clear() error func (*Display) ClearFB ¶ func (d *Display) ClearFB() func (*Display) CopyFile2FB ¶ added in v0.220206.0 func (d *Display) CopyFile2FB(f string) error func (*Display) Flush ¶ func (d *Display) Flush() error func (*Display) QR ¶ func (d *Display) QR(text string, border bool, level qrcode.RecoveryLevel) error func (*Display) String2 ¶ func (d *Display) String2() string Source Files ¶ View all Source files display.go Directories ¶ Show internal Expand all Path Synopsis framebuffer Click to show internal directories. Click to hide internal directories.