Switch the terminal font for ugame10
I designed this really tiny, minimalist font for use on very small displays. On uGame it lets one see the whole text that CircuitPython prints on boot. The characters are 4x6 pixels each, and they are optimized for legibility (large x-height, right angles, blocky shapes). It might make sense to also use that font in other boards.
This commit is contained in:
parent
f76021ef82
commit
e45eac5016
1147
ports/atmel-samd/boards/ugame10/brutalist-6.bdf
Normal file
1147
ports/atmel-samd/boards/ugame10/brutalist-6.bdf
Normal file
File diff suppressed because it is too large
Load Diff
1034
ports/atmel-samd/boards/ugame10/brutalist.sfd
Normal file
1034
ports/atmel-samd/boards/ugame10/brutalist.sfd
Normal file
File diff suppressed because it is too large
Load Diff
@ -31,4 +31,4 @@ CIRCUITPY_PIXELBUF = 0
|
|||||||
|
|
||||||
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/ugame10
|
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/ugame10
|
||||||
|
|
||||||
CIRCUITPY_DISPLAY_FONT = "../../tools/Tecate-bitmap-fonts/bitmap/phallus/lemon.bdf"
|
CIRCUITPY_DISPLAY_FONT = $(TOP)/ports/atmel-samd/boards/ugame10/brutalist-6.bdf
|
||||||
|
Loading…
Reference in New Issue
Block a user