Skip to content

Commit 5b17e04

Browse files
authored
Merge pull request #1716 from lesamouraipourpre/pyportal-circuitpython-2020
PyPortal CircuitPython 2020: Update for CP7
2 parents 285b957 + 6782753 commit 5b17e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)