Can you please help me solve this problem?
Thank you.


The new function has a different signature than the old one, i.e. it must be called with different arguments. Documentation seems to still be sparse, but here's an example:I replace the name of this new function in the program, but ...
Code: Select all
esp_lcd_touch_point_data_t touch_point_data[1];
uint8_t touch_cnt = 0;
ESP_ERROR_CHECK(esp_lcd_touch_get_data(tp, touch_point_data, &touch_cnt, 1));
Users browsing this forum: Applebot, PetalBot and 14 guests