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

How do I make a custom font? #11

Open
Xe opened this issue Apr 3, 2023 · 1 comment
Open

How do I make a custom font? #11

Xe opened this issue Apr 3, 2023 · 1 comment

Comments

@Xe
Copy link

Xe commented Apr 3, 2023

I have a .ttf font I'd like to load onto my badger. How would I do that?

@mirekdlugosz
Copy link

Looks like fonts are provided by C++ libraries:

To use the font, you would need to transform it into a format recognized by library (see _data files), build firmware with your patch and install it on your badger. Only then you will be able to select font from Python code.

Note that I am just an user, and I got my badger literally yesterday. I don't know much about building firmware and installing it.

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

2 participants