#include <touchscreen.h>
Definition at line 32 of file touchscreen.h.
◆ get_display()
◆ get_touch_trigger()
◆ register_listener()
void esphome::touchscreen::Touchscreen::register_listener |
( |
TouchListener * |
listener | ) |
|
|
inline |
◆ send_touch_()
void esphome::touchscreen::Touchscreen::send_touch_ |
( |
TouchPoint |
tp | ) |
|
|
protected |
Call this function to send touch points to the on_touch
listener and the binary_sensors.
Definition at line 21 of file touchscreen.cpp.
◆ set_display()
void esphome::touchscreen::Touchscreen::set_display |
( |
display::Display * |
display | ) |
|
◆ display_
◆ display_height_
uint16_t esphome::touchscreen::Touchscreen::display_height_ |
|
protected |
◆ display_width_
uint16_t esphome::touchscreen::Touchscreen::display_width_ |
|
protected |
◆ rotation_
◆ touch_listeners_
std::vector<TouchListener *> esphome::touchscreen::Touchscreen::touch_listeners_ |
|
protected |
◆ touch_trigger_
The documentation for this class was generated from the following files: