There are some issues with lines touching each-other when displaying text with small font size.
e.g.: running this snippet
from pitop import Pitop
p = Pitop()
p.miniscreen.display_text(',\nl', font_size=10)
will display this:

which looks like an elongated lower case 't'.
can we add a line spacing parameter to the display text methods.
There are some issues with lines touching each-other when displaying text with small font size.
e.g.: running this snippet
will display this:
which looks like an elongated lower case 't'.
can we add a line spacing parameter to the display text methods.