There are four different methods of plotting anti-aliased fonts to the screen. This sketch uses method 1, using tft.print() and tft.println() calls. demonstrated in this sketch. // The fonts used are ...
There are four different methods of plotting anti-aliased fonts to the screen. This sketch uses method 2, using graphics calls plotting direct to the TFT: tft.drawString(string, x, y); ...