Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example error with CircuitPython 9.0.0-alpha.2 #9

Open
sany3001 opened this issue Nov 12, 2023 · 1 comment
Open

Example error with CircuitPython 9.0.0-alpha.2 #9

sany3001 opened this issue Nov 12, 2023 · 1 comment

Comments

@sany3001
Copy link

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 "adafruit_framebuf.py", line 581, in init
OSError: [Errno 2] No such file/directory: font5x8.bin

@sany3001
Copy link
Author

Related issue: adafruit/Adafruit_CircuitPython_framebuf#10
File must be put next to the example file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant