We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3148ac7 commit e616cc4Copy full SHA for e616cc4
CLUE_Hand_Wash_Timer/clue_hand_wash_timer.py
@@ -33,7 +33,7 @@
33
text_group = displayio.Group(max_size=5, scale=1)
34
# Make a label
35
title_font = bitmap_font.load_font("/font/RacingSansOne-Regular-38.bdf")
36
-title_font.load_glyphs("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".encode('utf-8'))
+title_font.load_glyphs("HandWashTimer".encode('utf-8'))
37
title_label = label.Label(title_font, text="Hand Wash", color=0x001122)
38
# Position the label
39
title_label.x = 10
0 commit comments