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

Missing Characters with pigpio #110

Open
raysp opened this issue Apr 3, 2020 · 7 comments
Open

Missing Characters with pigpio #110

raysp opened this issue Apr 3, 2020 · 7 comments

Comments

@raysp
Copy link

raysp commented Apr 3, 2020

I am having the same problem as mentioned by others with missing characters on the display.

Using GPIO without compat_mode=True exposes the problem.

using GPIO with compat_mode = True solves the problem.

However I would like to use pigpio and with it I seem to have the same issue (perhaps
worse).

Any ideas.

@dbrgn dbrgn changed the title Missing Characters Missing Characters with pigpio Apr 3, 2020
@dbrgn
Copy link
Owner

dbrgn commented Apr 3, 2020

Hi @raysp, can you test whether the branch at #98 solves your problem?

@raysp
Copy link
Author

raysp commented Apr 3, 2020

I would love to try this. I'm new to all of this package installing. ( Before retirement I was
"in management" so someone else did this.)

I have been using pip3 to install. Could you give me the command needed.

Thanks

@dbrgn
Copy link
Owner

dbrgn commented Apr 3, 2020

@raysp sure! Pip can install directly from git:

pip3 install git+https://github.com/makslevental/RPLCD@compat_mode_pigpio

Making electronics is a nice thing to learn in retirement 🙂

@raysp
Copy link
Author

raysp commented Apr 3, 2020 via email

@dbrgn
Copy link
Owner

dbrgn commented Apr 3, 2020

Ah, I think if you had RPLCD already installed it won't get overwritten with the version from the branch.

Can you try this?

pip3 install -U git+https://github.com/makslevental/RPLCD@compat_mode_pigpio

(-U will upgrade the package)

@raysp
Copy link
Author

raysp commented Apr 4, 2020 via email

@raysp
Copy link
Author

raysp commented Apr 20, 2020 via email

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

2 participants