Documentation
¶
Index ¶
- type DCI
- func (dci *DCI) Cmd(b byte)
- func (dci *DCI) Cmd2(w uint16)
- func (dci *DCI) Err(clear bool) error
- func (dci *DCI) Fill(w uint16, n int)
- func (dci *DCI) SPI() *spi.Driver
- func (dci *DCI) SetWordSize(size int)
- func (dci *DCI) Setup()
- func (dci *DCI) Write(data []uint16)
- func (dci *DCI) WriteByte(b byte)
- func (dci *DCI) WriteWord(w uint16)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DCI ¶
type DCI struct {
// contains filtered or unexported fields
}
DCI implements ili9341.DCI interface.
func Make ¶
Make returns initialized DCI struct. It only initializes DCI type and does not configure SPI peripheral. Use DCI.Setup to configure SPI.
func (*DCI) SetWordSize ¶
Click to show internal directories.
Click to hide internal directories.