Skip to content

Commit e616cc4

Browse files
committed
reduced glyph preload set for title
1 parent 3148ac7 commit e616cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLUE_Hand_Wash_Timer/clue_hand_wash_timer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
text_group = displayio.Group(max_size=5, scale=1)
3434
# Make a label
3535
title_font = bitmap_font.load_font("/font/RacingSansOne-Regular-38.bdf")
36-
title_font.load_glyphs("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".encode('utf-8'))
36+
title_font.load_glyphs("HandWashTimer".encode('utf-8'))
3737
title_label = label.Label(title_font, text="Hand Wash", color=0x001122)
3838
# Position the label
3939
title_label.x = 10

0 commit comments

Comments
 (0)