Got my first curcuit python all soldered up and the first test worked!
Trying to get some fancy text, but when I try and call a font I get an error
Here is my code
font = bitmap_font.load_font("fonts/Arial-16.bdf")
here is the error
OSError: [Errno 2] No such file/directory: 'fonts/Arial-16.bdf'
I have the library installed, do I need to install individual fonts too?
What fonts are available in the library I do not see any documentation on that
This is the library
https://circuitpython.readthedocs.io/pr ... en/latest/
Thanks, this place is a wealth of information!