Files
tactility/Drivers/rgb-display-module/README.md
T
2026-07-15 12:46:24 +02:00

6 lines
399 B
Markdown

# RGB Display Driver
A kernel driver for ESP32 RGB (parallel timing-driven) LCD panels, built on ESP-IDF's `esp_lcd_rgb_panel` component. Unlike SPI/i8080 panels, an RGB panel owns its GPIOs directly and has no command interface, so it doesn't sit behind a shared bus controller device - kernel driver equivalent of the deprecated HAL's `RgbDisplay`.
License: [Apache v2.0](LICENSE-Apache-2.0.md)