-
Notifications
You must be signed in to change notification settings - Fork 16
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
ASCII 256Bit #13
Comments
I think the adafruit tool allows for setting starting and ending codepoint, but only for one contiguous block. M5Stack has a tool that can do multiple blocks, but only for display on their modified display driver. But german accents should be doable, I just haven experimented. I will update the tool, one day, to also do SMOOTH_FONTS (anti-aliased fonts) and these multiple code blocks. But then building a UI for it will be more complicated. M5Stack again has something, but I think it's windows binary only. |
Same here. Need german umlauts for a project. What irritates me a bit: when you type an umlaut in the demo text box, it is displayed correctly with the umlaut. But the generated font for that same font only seems to contain the first 128 characters? |
I use the Adafruit library underneath and can only do tricks that they can do, which can only specify a starting and ending "code point" for the resulting character set. i plan to look into slightly newer ways of doing special characters for selected display drivers in the next few months... |
Bodmer (author of the TFT_eSPI library) created an improved fork of the Adafruit GFX library which apparently can properly convert 8-bit fonts: It would be GREAT to have your nice online converter to properly handle accented chars! :) |
I was also looking for 256bits fonts - any progress on this? |
Did anyone found the solution? I also need to use extended fonts and characters like ä,ü,ö and more. |
Hello Rob,
I need a font with an extended ASCII-Set 256Bit. Because I use Letters like ä,ü,ö. Can you help me?
The text was updated successfully, but these errors were encountered: