Flush touch event on Seeed Round Display

I been playing around with the touch event on the display; which fires continuously once you touch the display? How can I reset it to capture different touch events;

Where is the documentation for the calls I find?

chsc6x_is_pressed() and 
chsc6x_get_xy(&x, &y) and 
chsc6x_read(lv_indev_t *indev, lv_indev_data_t *data) and
chsc6x_convert_xy(uint8_t *x, uint8_t *y)

Hi there, Not sure but look here for some additional info,

HTH
GL :slight_smile: PJ :v:

1 Like

You can I find reset TFT library with a TFT.reset() command, although its a bit drastic since you basically throw everything away and have to reissue a TFT.begin command.