How to write new values on display so that the old characterrs are erased rom the background (using GXF Fonts)? I think 'tft.setBackgroundColor(COLOR_BLACK);' does not work with GFX Fonts? Now I'm using 'tft.fillRectangle();' to cover the old fonts before drawing new ones but it makes a flickering effect.
How to write new values on display so that the old characterrs are erased rom the background (using GXF Fonts)? I think 'tft.setBackgroundColor(COLOR_BLACK);' does not work with GFX Fonts? Now I'm using 'tft.fillRectangle();' to cover the old fonts before drawing new ones but it makes a flickering effect.