-
Notifications
You must be signed in to change notification settings - Fork 17
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
Characters being deleted when changing backlight? #28
Comments
Thanks for reporting. Do you have example code that demonstrates the issue so we can reproduce? |
Tested on python3 with |
Ah, this repo is the firmware that runs on the LCD. I suspect it's python library related. I've moved your issue to that repo. |
I've had the same issue with an arduino setup as well... Originally thought it was the arduino library, so I tested it with the above python. |
Ok, feel free to post an example problem sketch on the Arduino library. If we pin it down to firmware on the LCD, then... well, I'll move some issues again :) |
Getting a weird bug whenever I try to change the backlight over I2C. Any time I do so, the screen will delete a character, usually the last one from the current message, though repeating the change will delete more and more characters. Any idea why this is happening?
The text was updated successfully, but these errors were encountered: