import "go.sbk.wtf/ambient-glance/display"
const ( CursorUnchanged CursorPosition = iota CursorTopLeft CursorBottomLeft CursorRight CursorLeft CursorUp CursorDown )
type Display interface {
io.WriteCloser
Reset() error
Clear() error
MoveCursor(CursorPosition) error
MoveCursorCR(byte, byte) error
ClearLine() error
}
chain.go display.go lockable.go
| Path | Synopsis |
|---|---|
| drivers/ld220 | |
| drivers/tui |