Open Coastline-3102 opened 8 months ago
I have done some more work with it, and it seems like if I install the dependances with poetry, I have to run the demo as sudo for it to work: poetry run sudo python epd_7in5_V2_test.py
Is this expected behavior, or is there something I should tweak to allow me to avoid running this as sudo? I have noticed that the guide does not show running the python demo as sudo, which seems to imply that is not intended behavior?
Hello @Coastline-3102. I'm trying to do the same, with the same screen but using a Zero 2W. And I get the very same error. Did you get it to work?
@Hantoniorl in my case, running the script with sudo
was the fix. Since I used poetry, the full command was poetry run sudo python epd_7in5_V2_test.py
If you are using pip (as they do in the manual) I believe the command would be sudo python3 epd_7in5_V2_test.py
Hope that helps!
@Coastline-3102 Thanks! I was using sudo, but I think I messed up installing many other tests and stuff. So I'm going to try again from scratch.
I use the example code for testing is all right, you use the latest example code to see
Hello,
I am using a RPI 4, with this display. Following the instructions here I have been trying to get the demo to work. The c demo works without issue, but whenever I run the python demo,
epd_7in5_V2_test.py
I get an error which reads:Any ideas how to fix this?