mirror of
https://github.com/espressif/esp-idf
synced 2025-03-24 08:29:11 -04:00
spi_lcd: add flag to control the DC level in cmd/param/data phase separately (GitHub PR) (v5.2) See merge request espressif/esp-idf!28240
esp_lcd Driver Design
Class Diagram
esp_lcd
driver focuses on two parts: panel driver and IO driver. The panel driver is a bunch of operations on the frame-buffer, no matter where the frame-buffer is located. The IO driver is mainly consumed by the controller-based LCD panel drivers (e.g. ST7789). Usually such LCD controller can support various IO interfaces (e.g. I80, SPI, I2C, etc). So we define an abstract interface for the IO driver.