Include font file with examples
This commit is contained in:
parent
05ae36375e
commit
5f52f026dd
4 changed files with 2426 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
1212
IS31FL3741_DisplayIO/scrolling_text/fonts/scrolly.bdf
Normal file
1212
IS31FL3741_DisplayIO/scrolling_text/fonts/scrolly.bdf
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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))
|
||||
|
|
|
|||
1212
IS31FL3741_DisplayIO/sports_glasses/fonts/scrolly.bdf
Normal file
1212
IS31FL3741_DisplayIO/sports_glasses/fonts/scrolly.bdf
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue