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

Add support for UTF8 parsing of bytes in write function #5

Open
forntoh opened this issue Jan 6, 2025 · 0 comments
Open

Add support for UTF8 parsing of bytes in write function #5

forntoh opened this issue Jan 6, 2025 · 0 comments

Comments

@forntoh
Copy link

forntoh commented Jan 6, 2025

I was searching for a clean solution for my library to support multiple languages for some time now, and today, while just searching LCD datasheets, I stumbled upon your library and it seemed to deliver everything I needed. I must say you did an amazing job here.

However I've been facing some issues to integrate it with my library.

In my library LcdMenu, each row of text is rendered character by character using the write method of the Lcd instance, I noticed that the symbols are not rendered because in this lib, the write function doesn't convert any bytes sent through it.

I tried switching from write(byte) to print(char) but instead it printed numbers on the display.

I tried extending this lib for that functionality, but I clearly do not understand the library enough to be able to do this yet.

Ref

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

1 participant