ESPHome  2024.4.1
Data Fields
esphome::touchscreen::TouchPoint Struct Reference

#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}
 

Detailed Description

Definition at line 21 of file touchscreen.h.

Field Documentation

◆ id

uint8_t esphome::touchscreen::TouchPoint::id

Definition at line 22 of file touchscreen.h.

◆ state

int8_t esphome::touchscreen::TouchPoint::state {0}

Definition at line 27 of file touchscreen.h.

◆ x

uint16_t esphome::touchscreen::TouchPoint::x {0}

Definition at line 26 of file touchscreen.h.

◆ x_org

uint16_t esphome::touchscreen::TouchPoint::x_org {0}

Definition at line 25 of file touchscreen.h.

◆ x_prev

uint16_t esphome::touchscreen::TouchPoint::x_prev {0}

Definition at line 24 of file touchscreen.h.

◆ x_raw

int16_t esphome::touchscreen::TouchPoint::x_raw {0}

Definition at line 23 of file touchscreen.h.

◆ y

uint16_t esphome::touchscreen::TouchPoint::y {0}

Definition at line 26 of file touchscreen.h.

◆ y_org

uint16_t esphome::touchscreen::TouchPoint::y_org {0}

Definition at line 25 of file touchscreen.h.

◆ y_prev

uint16_t esphome::touchscreen::TouchPoint::y_prev {0}

Definition at line 24 of file touchscreen.h.

◆ y_raw

int16_t esphome::touchscreen::TouchPoint::y_raw {0}

Definition at line 23 of file touchscreen.h.

◆ z_raw

int16_t esphome::touchscreen::TouchPoint::z_raw {0}

Definition at line 23 of file touchscreen.h.


The documentation for this struct was generated from the following file: