Skip to content

Commit 0c23368

Browse files
Remove max_glyphs usage with Display_Text Label
1 parent dd04d13 commit 0c23368

File tree

1 file changed

+1
-1
lines changed
  • PyPortal_Halloween_Countdown

1 file changed

+1
-1
lines changed

PyPortal_Halloween_Countdown/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
caption_position=(24, 218),
7373
caption_color=0x000000)
7474

75-
countdown_text = Label(big_font, max_glyphs=3)
75+
countdown_text = Label(big_font)
7676
countdown_text.x = 25
7777
countdown_text.y = 120
7878
countdown_text.color = 0x7942a0

0 commit comments

Comments
 (0)