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

drawString with Umlauts are not working #5

Closed
lighthousebulb opened this issue Dec 11, 2015 · 3 comments
Closed

drawString with Umlauts are not working #5

lighthousebulb opened this issue Dec 11, 2015 · 3 comments

Comments

@lighthousebulb
Copy link

When I use a Umlaut in a display.drawString-Function inside a frameCallback it shows Garbage on the Display.

display.drawString(0 + x, 25 + y, "äöüÄÖÜ");

gives me something like:

20151211_160443

Happens with v1.0.1 of the ssd1306 oled library.

@squix78
Copy link
Collaborator

squix78 commented Dec 11, 2015

Thank you for reporting. I think I know how to fix the issue. I think characters above ASCII 127 will be encoded as Unicode or other encoding

@squix78
Copy link
Collaborator

squix78 commented Dec 12, 2015

Hi @lighthousebulb
I just added a fix and released a new version of the library. Can you please confirm that the latest release fixes the Umlauts? If yes please close this issue... Please note: new releases do not show up immediately in the Arduino library manager. The new release is 1.0.2
Cheers,
Dani

@lighthousebulb
Copy link
Author

Works perfect so far!
Thanks!

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