esp_hal::lcd_cam

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.

§Implementation State

  • RGB is not supported yet

Modules§

  • LCD - RGB/Digital Parallel Interface Mode
  • LCD - I8080/MOTO6800 Mode.

Structs§

  • Represents the clock mode configuration for the LCD interface.
  • Represents an LCD interface.

Enums§

  • Represents the delay mode for the LCD signal output.
  • Represents the phase of the clock signal for the LCD interface.
  • Represents the polarity of the clock signal for the LCD interface.