how to delete line on lcd ?

I was looking for a solution for the same issue. I was using tft.
tft.clear() or tft.fillscreen() was slow and tft.println(" ") did not clear the previous txt.

I used tft.fillRect(x,y,dx,dy,bgColor) and the refresh was much better.