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

fix bitmap_font path in display resource gen #4140

Merged
merged 1 commit into from
Feb 8, 2021

Conversation

FoamyGuy
Copy link
Collaborator

@FoamyGuy FoamyGuy commented Feb 6, 2021

This change allows you to successfully build circuitpython even if you have the bitmap_font library installed in your python environment.

I'm guessing that this script is involved in making terminalio.FONT but am not certain. I tested the resulting build on a PyPortal with a script that draws text using terminalio.FONT and it does appear to work normally as far as I can tell.

resolves: #4129

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@dhalbert dhalbert merged commit 482e583 into adafruit:main Feb 8, 2021
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

Successfully merging this pull request may close these issues.

Having bitmap_font lib installed breaks building
2 participants