Skip to content

Commit 5f52f02

Browse files
committed
Include font file with examples
1 parent 05ae363 commit 5f52f02

File tree

4 files changed

+2426
-2
lines changed

4 files changed

+2426
-2
lines changed

IS31FL3741_DisplayIO/scrolling_text/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
is31_framebuffer.brightness = 0.2
4444

4545
# Load the font to be used - scrolly only has upper case letters
46-
font = bitmap_font.load_font("scrolly.bdf")
46+
font = bitmap_font.load_font("/fonts/scrolly.bdf")
4747

4848
# Set up the displayio elements
4949
text_area = label.Label(font, text="", color=TEXT_COLOR)

0 commit comments

Comments
 (0)