-
Notifications
You must be signed in to change notification settings - Fork 72
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
print hex FF not working #100
Comments
With that you will only print the character at position 0xff of the A00 charset. To print the whole block you have to add every character to the string. To show the entire character map on your LCD, you can also use the |
I'll close this, feel free to leave a comment if things are still unclear. |
Hi Danilo maybe I was unclear. But when I do How to print the hex FF? Thanks Thomas |
Ah, I see. Are you sure that your LCD uses the A00 charset? What character is printed instead? Are you using Python 2 or 3? |
Hi Danilo, come code:
nothing is printed. thanks for checking |
running python 2 |
Can you try |
Hi, |
But does printing regular text work? Have you tried using the |
di not try that |
Hi
I want to print hex FF from charset A00: whole block
running:
lcd.write_string('\xFF')
I expected the whole block to be written?
please check
or what am I doing wrong?
Thx
The text was updated successfully, but these errors were encountered: