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

Animation wont work #133

Open
Tadeas-grohmi opened this issue May 6, 2023 · 0 comments
Open

Animation wont work #133

Tadeas-grohmi opened this issue May 6, 2023 · 0 comments
Labels

Comments

@Tadeas-grohmi
Copy link

Tadeas-grohmi commented May 6, 2023

Hi, Im pretty new to python I2C lcd. So I was trying some kind of animations and changing text on screen.
When I try this code
for i in range(0, 19): lcd.cursor_pos = (2, i) lcd.write_string("\x01") time.sleep(1)
It just write the char to i = 12, then it write a char in position x00 and then it stops. Any one know what the issue could be? Im using the 20x4 and PCF8574. Thanks for help.

@Tadeas-grohmi Tadeas-grohmi changed the title Buffer problems? Animation wont work May 6, 2023
@dbrgn dbrgn added the help label Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants