Skip to content

Commit 8f6c72c

Browse files
committed
Expand preloaded glyphs
1 parent 7a425c1 commit 8f6c72c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CLUE_Dice_Roller/clue_dice_roller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737

3838
display = board.DISPLAY
3939
selection_font = bitmap_font.load_font('/Helvetica-Bold-36.bdf')
40-
selection_font.load_glyphs(b'0123456789')
40+
selection_font.load_glyphs(b'0123456789XDd')
4141
selection_color = 0x0000FF
4242

4343
roll_font = bitmap_font.load_font('/Anton-Regular-104.bdf')
44-
roll_font.load_glyphs(b'0123456789')
44+
roll_font.load_glyphs(b'0123456789XDd')
4545
roll_color = 0xFFFFFF
4646

4747
selection_label = label.Label(selection_font, x=0, y=25, text='XdXXX', color=selection_color)

0 commit comments

Comments
 (0)