Documentation ¶
Index ¶
- type Command
- type Control
- type LCD
- func (self *LCD) Clear()
- func (self *LCD) Command(c Command)
- func (self *LCD) Control() Control
- func (self *LCD) CursorYX(row uint8, column uint8) bool
- func (self *LCD) Data(b byte)
- func (self *LCD) Init(chipName string, pinmap PinMap, page1 bool) error
- func (self *LCD) Return()
- func (self *LCD) SetControl(new Control) Control
- func (self *LCD) SetEntryMode(right, shift bool)
- func (self *LCD) SetFunction(bits8, page1 bool)
- func (self *LCD) Write(bs []byte)
- type PinMap
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LCD ¶
type LCD struct {
// contains filtered or unexported fields
}
func (*LCD) SetControl ¶
func (*LCD) SetEntryMode ¶
func (*LCD) SetFunction ¶
Click to show internal directories.
Click to hide internal directories.