I need help with the text mode (tft.textMode()) for my ardunio, I can write all the text that is needed but it is on a TFT touch screen. When I write all the text by switching to text mode, it does not allow me to touch the screen anymore. I have tried to use the touch function I have without switching to text mode, but then my screen does not display the text.
Is there a way to write text on the screen by not switching to text mode, or can I switch out of text mode so my touch function still works?