i got a small project and some problems. When I used custom fonts from GFX library its not support for function "tft.setTextColor(ST7735_WHITE,ST7735_BLACK);"I use them and they overlap, can only be used for default font. i wonder how to fix it or customize it as my project.
I really need help, pleaseeee!!!!!
See this page https://learn.adafruit.com/adafruit-gfx-graphics-library/using-fonts
About halfway down that webpage you will see the following:
It goes on to suggests methods of erasing the old text before writing new text, although not mentioned is the method of erasing the old text by overwriting with the same text with the text color set to the background color.
1 Like