Adafruit_CircuitPython_MAX7219 icon indicating copy to clipboard operation
Adafruit_CircuitPython_MAX7219 copied to clipboard

font5x8.bin

Open DrNebin opened this issue 1 year ago • 1 comments

I am getting this error.

Could not find font file font5x8.bin Traceback (most recent call last): File "", line 42, in File "adafruit_max7219/matrices.py", line 75, in text File "adafruit_framebuf.py", line 507, in text File "adafruit_framebuf.py", line 581, in init OSError: [Errno 2] No such file/directory: font5x8.bin

I have the bin file and tried placing it in the library folder on the device but still get the error. The library still has this issue and if anyone knows how to resolve it (i.e. where I am to place the bin file) please let me know.

DrNebin avatar Jan 27 '24 14:01 DrNebin