mirror of
https://github.com/esphome/esphome.git
synced 2024-11-15 11:38:11 +01:00
debug info touch positions
This commit is contained in:
parent
758134f339
commit
a10b48a8a4
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ void Touchscreen::set_raw_touch_position_(uint8_t id, int16_t x_raw, int16_t y_r
|
|||
tp.y_org = tp.y;
|
||||
}
|
||||
|
||||
ESP_LOGD(TAG, "Touch info, x_raw: %d, y_raw: %d, p: %d, x: %d, y: %d", x_raw, y_raw, z_raw, x, y);
|
||||
|
||||
this->touches_[id] = tp;
|
||||
|
||||
this->is_touched_ = true;
|
||||
|
|
Loading…
Reference in a new issue