ESPHome
2024.10.2
|
#include <touchscreen.h>
Data Fields | |
uint8_t | id |
int16_t | x_raw {0} |
int16_t | y_raw {0} |
int16_t | z_raw {0} |
uint16_t | x_prev {0} |
uint16_t | y_prev {0} |
uint16_t | x_org {0} |
uint16_t | y_org {0} |
uint16_t | x {0} |
uint16_t | y {0} |
int8_t | state {0} |
Definition at line 21 of file touchscreen.h.
uint8_t esphome::touchscreen::TouchPoint::id |
Definition at line 22 of file touchscreen.h.
int8_t esphome::touchscreen::TouchPoint::state {0} |
Definition at line 27 of file touchscreen.h.
uint16_t esphome::touchscreen::TouchPoint::x {0} |
Definition at line 26 of file touchscreen.h.
uint16_t esphome::touchscreen::TouchPoint::x_org {0} |
Definition at line 25 of file touchscreen.h.
uint16_t esphome::touchscreen::TouchPoint::x_prev {0} |
Definition at line 24 of file touchscreen.h.
int16_t esphome::touchscreen::TouchPoint::x_raw {0} |
Definition at line 23 of file touchscreen.h.
uint16_t esphome::touchscreen::TouchPoint::y {0} |
Definition at line 26 of file touchscreen.h.
uint16_t esphome::touchscreen::TouchPoint::y_org {0} |
Definition at line 25 of file touchscreen.h.
uint16_t esphome::touchscreen::TouchPoint::y_prev {0} |
Definition at line 24 of file touchscreen.h.
int16_t esphome::touchscreen::TouchPoint::y_raw {0} |
Definition at line 23 of file touchscreen.h.
int16_t esphome::touchscreen::TouchPoint::z_raw {0} |
Definition at line 23 of file touchscreen.h.