Round screen touch error

hi I’m trying to upload the UI for the round screen with an ESP32S3 and keep getting this error msg : C:\Users\Ben\Desktop\Ben\Geek stuff\XIAO ESP3S\ui\ui.ino: In function ‘void my_touchpad_read(lv_indev_drv_t*, lv_indev_data_t*)’:
C:\Users\Ben\Desktop\Ben\Geek stuff\XIAO ESP3S\ui\ui.ino:48:24: error: ‘class TFT_eSPI’ has no member named ‘getTouch’; did you mean ‘getColor’?
bool touched = tft.getTouch( &touchX, &touchY, 600 );
^~~~~~~~
getColor

exit status 1

Compilation error: ‘class TFT_eSPI’ has no member named ‘getTouch’; did you mean ‘getColor’?
can you point me as to where I’m going wrong please

Hi,
The reason for the error can be seen that ‘exit status 1’ is caused by missing libraries, so you can know that the code you are using is missing some libraries

you wouldn’t happen to know which one/s I should have :blush: