adafruit / Adafruit_CircuitPython_ST7565

A display control library for ST7565 graphic displays
MIT License
6 stars 3 forks source link

Example error with CircuitPython 9.0.0-alpha.2 #9

Open sany3001 opened 10 months ago

sany3001 commented 10 months ago

Missing file:

_Auto-reload is on. Simply save files over USB to run them or enter REPL to disable. code.py output: Initializing... Pixel test Lines test Rectangle test Text test Could not find font file font5x8.bin Traceback (most recent call last): File "code.py", line 74, in File "adafruit_framebuf.py", line 507, in text File "adafruitframebuf.py", line 581, in init OSError: [Errno 2] No such file/directory: font5x8.bin

sany3001 commented 10 months ago

Related issue: https://github.com/adafruit/Adafruit_CircuitPython_framebuf/issues/10 File must be put next to the example file.