Skip to content

Commit f142568

Browse files
authored
Merge pull request #2012 from gamblor21/is31fl3741_font_inclusion
Include font file with examples
2 parents 1363a48 + 5f52f02 commit f142568

4 files changed

Lines changed: 2426 additions & 2 deletions

File tree

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)