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

e-paper busy endless loop work-around for epd7in5_V2.py #193

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

tkameroski
Copy link

This updates epd7in5_V2.py to create a break in the ReadBusy loop if it becomes endless. I have had problems with it entering the while loop and never exiting on my Pi Zero W. With this change, it breaks the loop and allows the program to keep running instead of freezing. I have had the loop become endless relatively frequently on the Pi0W and much less often on a Pi 3 and a Pi 4b. This change is taken from the work of others trying to solve issue #30

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

Successfully merging this pull request may close these issues.

None yet

2 participants