Documentation ¶
Index ¶
- type Display
- func (d *Display) Close()
- func (d *Display) DrawImage(reader io.Reader)
- func (d *Display) DrawRAW(img image.Image)
- func (d *Display) FillScreen(c color.RGBA)
- func (d *Display) PowerOff()
- func (d *Display) PowerOn()
- func (d *Display) Rotate(rotation Rotation)
- func (d *Display) SetPixel(x int16, y int16, c color.RGBA)
- type Rotation
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 (*Display) FillScreen ¶
Click to show internal directories.
Click to hide internal directories.