Remove max_glyphs usage with Display_Text Label
This commit is contained in:
parent
57110f0379
commit
6ed528dc83
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ label_text = [
|
||||||
]
|
]
|
||||||
labels = []
|
labels = []
|
||||||
for j in range(12):
|
for j in range(12):
|
||||||
labels.append(label.Label(terminalio.FONT, text=label_text[j], max_glyphs=10))
|
labels.append(label.Label(terminalio.FONT, text=label_text[j]))
|
||||||
|
|
||||||
for index in range(12):
|
for index in range(12):
|
||||||
x = index % 3
|
x = index % 3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue