Hi *,
I'm currently playing a bit with the LCD library.
At the moment I'm trying to write a text in a filled rectangle of "suitable size". I get the width of the text with int16_t textWidth(const String& string)
. But how do you know how high a text is on the screen?