|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
LCD panel I/O interface for SPI-based displays. More...
Files | |
| file | color.hpp |
| LCD color types. | |
| file | panel.hpp |
| Abstract LCD panel interface. | |
| file | ili9341.hpp |
| ILI9341 LCD panel driver. | |
Namespaces | |
| namespace | idfxx |
| namespace | idfxx::lcd |
| LCD driver classes. | |
Classes | |
| class | idfxx::lcd::panel_io |
| SPI-based panel I/O interface. More... | |
LCD panel I/O interface for SPI-based displays.
Provides the communication layer for SPI-based LCD panels and touch controllers.
Depends on Core Utilities for error handling, GPIO Component for pin configuration, and SPI Component for SPI bus integration.