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

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_tesp_lcd_touch_handle_t
 

Detailed Description

Abstract touch controller interface.

Definition in file touch.hpp.

Typedef Documentation

◆ esp_lcd_touch_handle_t

Definition at line 20 of file touch.hpp.

◆ esp_lcd_touch_t

typedef struct esp_lcd_touch_s esp_lcd_touch_t

Definition at line 19 of file touch.hpp.