I needd to put some text on a tft screen. using textSize(3) is to large and textSize(2) is to small.
Is it possible to get something inbetween??
I needd to put some text on a tft screen. using textSize(3) is to large and textSize(2) is to small.
Is it possible to get something inbetween??
Not with the standard font. textsize(2) is 2 tft pixels per font pixel textsize 3 is 3 tft pixels per font pixel. But ther may be fonts out there that will fit what you want as a size.