Include font file with examples

This commit is contained in:
gamblor21 2022-02-16 12:07:37 -06:00
parent 05ae36375e
commit 5f52f026dd
4 changed files with 2426 additions and 2 deletions

View file

@ -43,7 +43,7 @@ display = framebufferio.FramebufferDisplay(is31_framebuffer, auto_refresh=True)
is31_framebuffer.brightness = 0.2
# Load the font to be used - scrolly only has upper case letters
font = bitmap_font.load_font("scrolly.bdf")
font = bitmap_font.load_font("/fonts/scrolly.bdf")
# Set up the displayio elements
text_area = label.Label(font, text="", color=TEXT_COLOR)

File diff suppressed because it is too large Load diff

View file

@ -131,7 +131,7 @@ right_eye = IS31FL3741_PixelBuf(
is31_framebuffer.brightness = 0.2
# Load the font to be used - scrolly only has upper case letters
font = bitmap_font.load_font("scrolly.bdf")
font = bitmap_font.load_font("/fonts/scrolly.bdf")
# Set up the display elements
text_area = label.Label(font, text="", color=(0, 0, 0))

File diff suppressed because it is too large Load diff