|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Abstract touch controller interface. More...
#include <idfxx/gpio>#include <cstdint>#include <functional>Go to the source code of this file.
Classes | |
| class | idfxx::lcd::touch |
| Abstract base class for touch controllers. More... | |
| struct | idfxx::lcd::touch::config |
| Configuration structure for touch controllers. More... | |
Namespaces | |
| namespace | idfxx |
| namespace | idfxx::lcd |
| LCD driver classes. | |
Typedefs | |
| typedef struct esp_lcd_touch_s | esp_lcd_touch_t |
| typedef esp_lcd_touch_t * | esp_lcd_touch_handle_t |
Abstract touch controller interface.
Definition in file touch.hpp.
| typedef esp_lcd_touch_t* esp_lcd_touch_handle_t |
| typedef struct esp_lcd_touch_s esp_lcd_touch_t |