Skip to content

Commit e9e2fba

Browse files
authored
Merge pull request #4 from lesamouraipourpre/remove-max-glyphs
Remove usage of max_glyphs with Label
2 parents 6fef6f1 + f1b1361 commit e9e2fba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_simple_text_display.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ def __init__( # pylint: disable=too-many-arguments
166166
title = label.Label(
167167
self._font,
168168
text=title,
169-
max_glyphs=title_length,
170169
color=title_color,
171170
scale=title_scale,
172171
)

0 commit comments

Comments
 (0)