You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python example code doesn't work after following wiki instructions on my Raspberry Pi's.
When running python code, it gets stuck with message "EPD Init" and enters infinite loop. No error message is displayed and the epaper screen is not updated.
Example in C code works as expected, but not python.
Reverting back to Commit cfc861f (before changes made to support Pi5) allows the Python code to work. Changes made to epdconfig.py seem to be causing the issue.
With the new version of wiringPi (3.2) from github, using wiringPi works well and it has no problem with the latest OS versions. I don't have a Pi5 to test the latest code but I could not make it work on my Pi4 and a Pi Zero 2W
The text was updated successfully, but these errors were encountered:
Python example code doesn't work after following wiki instructions on my Raspberry Pi's.
When running python code, it gets stuck with message "EPD Init" and enters infinite loop. No error message is displayed and the epaper screen is not updated.
Example in C code works as expected, but not python.
Reverting back to Commit cfc861f (before changes made to support Pi5) allows the Python code to work. Changes made to epdconfig.py seem to be causing the issue.
With the new version of wiringPi (3.2) from github, using wiringPi works well and it has no problem with the latest OS versions. I don't have a Pi5 to test the latest code but I could not make it work on my Pi4 and a Pi Zero 2W
The text was updated successfully, but these errors were encountered: