hi.
in my project I am using lcd.fillScreen(ILI9341_BLACK); text color black and background color white.
text background width grater than text height any solution?
not fit to text.
lcd.setCursor(20, 60);
lcd.setTextColor(ILI9341_BLACK,ILI9341_WHITE); lcd.setTextSize(2);
lcd.print("hallo");
using ili9341_t3n.h library
help!