Module lcd

Source
Available on crate feature unstable only.
Expand description

LCD

§Overview

The LCD module is designed to send parallel video data signals, and its bus supports RGB, MOTO6800, and I8080 interface timing.

For more information on these modes, please refer to the documentation in their respective modules.

Modules§

dpi
LCD - RGB/Digital Parallel Interface Mode
i8080
LCD - I8080/MOTO6800 Mode.

Structs§

ClockMode
Represents the clock mode configuration for the LCD interface.
Lcd
Represents an LCD interface.

Enums§

DelayMode
Represents the delay mode for the LCD signal output.
Phase
Represents the phase of the clock signal for the LCD interface.
Polarity
Represents the polarity of the clock signal for the LCD interface.