-
-
Notifications
You must be signed in to change notification settings - Fork 450
Description
Prerequisites
Please confirm the following:
- [ X] I have searched open and closed issues to make sure it isn't already reported
- [X ] I reviewed the troubleshooting guide
- [ X] I reviewed InkyPi service logs and will paste any relevant logs below
Describe the bug
downloadable WS epd drivers linked in package do not work for a specific model of WS screen, despite being listed as the same model.
Expected behavior
the screen updates when the software tells it to
To Reproduce
Steps to reproduce the behavior:
1 buy/own the "RPI Zero Photopainter" model of the display "https://www.waveshare.com/rpi-zero-photopainter-acce.htm"
2 attempt to install the project using the instructions provided
Additional context
OK with the basic pre-reqs out of the way I can speak a bit more freely.
I set up and installed the package on the RPI zero "photopainter" version of the Waveshare epd screen. its a 7.3in "e" display, and the pi is connected directly to it using the "hat+" standard according to their wiki. so I was surprised to find that even though I had the software working and installed nothing was happening on the screen. so i went over the wiki checked my work and went back to the stable diffusion based setup this thing ships with to make sure the screen was working. finally as a workaround i decided to try replacing the files in src/display/waveshare_epd with the files from the waveshare demo listed with the screen and I included all the other bits in that file that didnt come in src originally, and we have a working display.
if this is a known issue thats already closed, or if the workaround is already posted somewhere and i missed it please disregard and close the issue.
side note, cool project mate!