Skip to content

Commit 6782753

Browse files
Remove max_glyphs usage with Display_Text Label
1 parent 57110f0 commit 6782753

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyPortal_CircuitPython_2020/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
text_areas = []
4141
for pos in (days_position, hours_position, minutes_position):
42-
textarea = Label(big_font, max_glyphs=3)
42+
textarea = Label(big_font)
4343
textarea.x = pos[0]
4444
textarea.y = pos[1]
4545
textarea.color = text_color

0 commit comments

Comments
 (0)