pi-top-Python-SDK
pi-top-Python-SDK copied to clipboard
Miniscreen line separation on small font sizes
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.
➤ Automation for Jira commented:
The linked issue - OS-1339 has been resolved