Documentation ¶
Overview ¶
Package hd44780 controls the Hitachi LCD display chipset HD-44780
Datasheet ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dev ¶
type Dev struct {
// contains filtered or unexported fields
}
Dev is the 4-bit addressing device for HD-44780
func New ¶
New creates and initializes the LCD device
data - references to data pins rs - rs pin e - strobe pin
func (*Dev) Reset ¶
Reset resets the HC-44780 chipset, clears the screen buffer and moves cursor to the home of screen (line 0, column 0).
Click to show internal directories.
Click to hide internal directories.