Documentation ¶
Index ¶
- type LCD
- func (lcd *LCD) Init(pixels *[160][144][3]uint8, title string)
- func (lcd *LCD) InitStatus(statusPointer *byte)
- func (lcd *LCD) Layout(_ []fyne.CanvasObject, size fyne.Size)
- func (lcd *LCD) MinSize([]fyne.CanvasObject) fyne.Size
- func (lcd *LCD) NewInput(b []byte)
- func (lcd *LCD) Run(drawSignal chan bool, onQuit func())
- func (lcd *LCD) UpdateInput() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LCD ¶
type LCD struct { Open func(fyne.URIReadCloser) Pause func() Reset func() Resume func() DrawSignal chan bool // contains filtered or unexported fields }
func (*LCD) InitStatus ¶
func (*LCD) UpdateInput ¶
Click to show internal directories.
Click to hide internal directories.