We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e388fc commit e72eb2eCopy full SHA for e72eb2e
adafruit_display_text/text_area.py
@@ -80,7 +80,7 @@ def _update_text(self, new_text):
80
first_different = self._text is not None
81
for c in new_text:
82
if chr(ord(c)) == '\n':
83
- y += int(self.height * 1.5)
+ y += int(self.height * 1.25)
84
x = 0
85
continue
86
glyph = self.font.get_glyph(ord(c))
0 commit comments