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

Custom char not working #2

Open
dobova86 opened this issue Apr 13, 2023 · 4 comments
Open

Custom char not working #2

dobova86 opened this issue Apr 13, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@dobova86
Copy link

Hi,
running the example I can't see custom char an all my display type (1602 and 2004). Is there any suggestion?
Dome

@brainelectronics brainelectronics added the bug Something isn't working label Apr 13, 2023
@brainelectronics
Copy link
Owner

Hi @dobova86, seems to be valid. I can kind of fix the issue by calling lcd.print(chr(0)) twice. Maybe needs some more investigations. Could also be a timing issue as it does not happen when I call the function in the repl

@dobova86
Copy link
Author

I've been able to print custom char sending lcd.set_cursor(col=0, row=0) before print.
May be some memory state need to be reset before lcd.print( chr(x)).

@michael-sulyak
Copy link

I have created PR with a fix that works for me.

@slabua
Copy link

slabua commented Jan 1, 2024

Came here to report the same. I can confirm that the PR works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants