Skip to content

Commit 59c9544

Browse files
committed
Update font filename
1 parent f83687c commit 59c9544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/display_text_background_color_padding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
# font=terminalio.FONT # this is the Builtin fixed dimension font
5757

58-
font = bitmap_font.load_font("fonts/BitstreamVeraSans-Roman-24.bdf")
58+
font = bitmap_font.load_font("fonts/Helvetica-Bold-16.bdf")
5959

6060

6161
text = []

0 commit comments

Comments
 (0)