Crate lcd_ili9341

Crate lcd_ili9341 

Source

Structs§

Controller
Controller implements the LCD command set and calls on the Interface trait to communicate with the LCD panel.
CtrlDisplay
DisplayIdentification
DisplayPowerMode
DisplayStatus
ImageFormat
MADCtl
MemoryAccessControl
PixelFormat
SelfDiagnosticResult
SignalMode

Enums§

TearingEffect

Traits§

Interface
Trait representing the interface to the hardware. Intended to abstract the various buses (SPI, MPU 8/9/16/18-bit) from the Controller code.