hannadiamond/pwnagotchi-plugins

Waveshare 3.7 Inch E-Ink Display Issue

Eclipse-AU opened this issue · 1 comments

Hello, I have recently purchased myself a Waveshare 3.7 Inch E-Ink Display and I tried to get it working with my pi 3B by following this guide without any success. After completing the last step and restarting the pwnagotchi service, the webui does not work, the logs in /var/log/pwnagotchi.log doesnt update, the screen does absolutely nothing, and the green led is static on the Pi 3B. I have tried flashing version 1.5.3 with the same result. I am still not sure what the cause is, EDIT: I have just tested the display and it works just fine with the waveshare test stuff.

SOLVED: had to change return self.implementation.name == 'waveshare37inch' to return self._implementation.name == 'waveshare37inch' in "/usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/display.py", line 28