idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
Panel I/O Component

Panel I/O interface for SPI- and I2C-connected displays. More...

Namespaces

namespace  idfxx
 

Classes

class  idfxx::panel_io
 Panel I/O interface for SPI- and I2C-connected displays. More...
 

Detailed Description

Panel I/O interface for SPI- and I2C-connected displays.

Provides the communication layer for SPI- and I2C-connected display panels (LCD, OLED, and ePaper) and touch controllers.

Depends on Core Utilities for error handling, GPIO Component for pin configuration, SPI Component for SPI bus integration, and I2C Component for I2C bus integration.