pi-top-Python-SDK icon indicating copy to clipboard operation
pi-top-Python-SDK copied to clipboard

Miniscreen line separation on small font sizes

Open jcapona opened this issue 4 years ago • 1 comments

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:

width=200,height=183

which looks like an elongated lower case 't'.

can we add a line spacing parameter to the display text methods.

jcapona avatar Sep 20 '21 18:09 jcapona

➤ Automation for Jira commented:

The linked issue - OS-1339 has been resolved

sync-by-unito[bot] avatar Jul 19 '22 12:07 sync-by-unito[bot]