diff --git a/PyPortal_CircuitPython_2020/code.py b/PyPortal_CircuitPython_2020/code.py index 95e78dd33..057932bfe 100644 --- a/PyPortal_CircuitPython_2020/code.py +++ b/PyPortal_CircuitPython_2020/code.py @@ -39,7 +39,7 @@ text_areas = [] for pos in (days_position, hours_position, minutes_position): - textarea = Label(big_font, max_glyphs=3) + textarea = Label(big_font) textarea.x = pos[0] textarea.y = pos[1] textarea.color = text_color