It’s the same library “TFT_eSPI” which you where already using.
Just use another function “drawString” instead of “println” from the TFT_eSPI library because drawString clears the area youre writing to. This avoids printing different characters over and over again.