mirror of
https://github.com/esphome/esphome.git
synced 2024-11-15 11:38:11 +01:00
touch point debug info
This commit is contained in:
parent
b84741e7b8
commit
1d35b21f89
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ 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);
|
||||
ESP_LOGD(TAG, "Touch info, x_raw: %d, y_raw: %d, p: %d, x: %d, y: %d", x_raw, y_raw, z_raw, tp.x, tp.y);
|
||||
|
||||
this->touches_[id] = tp;
|
||||
|
||||
|
|
Loading…
Reference in a new issue