screen -S pybadge /dev/tty.usbmodem14101 115200
Pretty sure the device name won't change.
cp main.py /Volumes/CIRCUITPY
Open FontForge:
/Applications/FontForge.app/Contents/MacOS/FontForge ~/Downloads/Alphabet\ fonts/Old_Standard_TT/OldStandardTT-Bold.ttf
- Copy out the letter glyphs and paste into a new font.
- Run Bitmap Strikes Available... (
cmd+shift+B
) and set Pixel Sizes to100
. - Run Regenerate Bitmap Glyphs... (
cmd-B
) and keep Pixel Sizes to100
. - Run Generate Fonts... (
cmd-shift-G
) and:- Pick the
fonts
directory in this project - Name the font accurately, and keep the
.bdf
extension - Select
No Outline Font
- Select
BDF
- Ignore Options
- Ensure the size box is
100
- Click
Generate
Guess
the BDF Resolution- Hope it doesn't get into that stupid box dismiss loop thing
- Pick the
Copy it over:
cp -R fonts /Volumes/CIRCUITPY