lcd

package
v0.0.0-...-df6b22a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LCD

type LCD interface {
	ShowMessage(text string, options device.ShowOptions) error
	TestWriteCGRam() error
	BacklightOn() error
	BacklightOff() error
	Clear() error
	Home() error
	SetPosition(line, pos int) error
	Command(cmd byte) error
}

func New

func New(i2c *i2c.I2C, mock bool) (LCD, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL