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

Abstract LCD panel interface. More...

#include <idfxx/error>
#include <idfxx/gpio>
#include <idfxx/lcd/color>

Go to the source code of this file.

Classes

class  idfxx::lcd::panel
 Abstract base class for LCD panels. More...
 
struct  idfxx::lcd::panel::config
 Configuration structure for LCD panels. More...
 

Namespaces

namespace  idfxx
 
namespace  idfxx::lcd
 LCD driver classes.
 

Typedefs

typedef struct esp_lcd_panel_t * esp_lcd_panel_handle_t
 

Detailed Description

Abstract LCD panel interface.

Definition in file panel.hpp.

Typedef Documentation

◆ esp_lcd_panel_handle_t

typedef struct esp_lcd_panel_t* esp_lcd_panel_handle_t

Definition at line 18 of file panel.hpp.