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

Support for 128 to 255 ascii font #47

Open
Azuzula opened this issue Apr 22, 2023 · 1 comment
Open

Support for 128 to 255 ascii font #47

Azuzula opened this issue Apr 22, 2023 · 1 comment

Comments

@Azuzula
Copy link

Azuzula commented Apr 22, 2023

Hi, can you add support for ascii fonts with non english characters? Something like Adafruit GFX fonts. Thank you.

@Azuzula Azuzula changed the title SUpport for 127 to 255 ascii font Support for 127 to 255 ascii font Apr 22, 2023
@Azuzula Azuzula changed the title Support for 127 to 255 ascii font Support for 128 to 255 ascii font Apr 22, 2023
@Wren6991
Copy link
Owner

Assuming you're talking about this example:

https://github.com/Wren6991/PicoDVI/blob/master/software/apps/terminal/main.c

That code should work fine for an extended font with more than the 95 printable ASCII characters. You'll just have to export your own font, and change the FONT_N_CHARS and FONT_FIRST_ASCII defines (the latter is misnamed and is really the index of the first printable character)

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