Skip to content

Commit f59bb05

Browse files
committed
pyportal mogwai cp7 updates
1 parent bd7536a commit f59bb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyPortal_MogwaiClock/mogwai.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
big_font = bitmap_font.load_font(cwd+"/fonts/DSEG14ModernMiniBI-44.bdf")
3838
big_font.load_glyphs(b'0123456789:AP') # pre-load glyphs for fast printing
3939

40-
time_textarea = Label(big_font, max_glyphs=15)
40+
time_textarea = Label(big_font)
4141
time_textarea.x = 0
4242
time_textarea.y = 130
4343
time_textarea.color = 0xFF0000

0 commit comments

Comments
 (0)