Ili9341t3n.h text background width reduce

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!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.