It seems the lib wraps the text by default when it runs off the right-hand side of the screen. Can this be switched off?
Other question: can I offset the letter spacing of a loaded font?
It seems the lib wraps the text by default when it runs off the right-hand side of the screen. Can this be switched off?
Other question: can I offset the letter spacing of a loaded font?
In Adafruit_GFX.h line 165:
/**********************************************************************/
/*!
@brief Set whether text that is too long for the screen width should
automatically wrap around to the next line (else clip right).
@param w true for wrapping, false for clipping
*/
/**********************************************************************/
void setTextWrap(bool w) { wrap = w; }
No.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.