idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
panel_io.hpp File Reference

Display panel I/O class. More...

#include <idfxx/i2c/master>
#include <idfxx/spi/master>
#include <esp_lcd_panel_io.h>
#include <frequency/frequency>
#include <functional>
#include <memory>

Go to the source code of this file.

Classes

class  idfxx::panel_io
 Panel I/O interface for SPI- and I2C-connected displays. More...
 
struct  idfxx::panel_io::spi_config
 SPI-based panel I/O configuration. More...
 
struct  idfxx::panel_io::i2c_config
 I2C-based panel I/O configuration. More...
 

Namespaces

namespace  idfxx
 

Detailed Description

Display panel I/O class.

Definition in file panel_io.hpp.