touch point debug info

This commit is contained in:
SGE 2023-12-18 15:44:39 +01:00
parent b84741e7b8
commit 1d35b21f89

View file

@ -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; 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; this->touches_[id] = tp;