Is this screen I have (https://www.waveshare.com/1.54inch-e-Paper-Module.htm) supported, and if not, are there any plans to support it?
https://github.com/evilsocket/pwnagotchi/tree/master/pwnagotchi/ui/hw/libs/waveshare/v154inch
display:
# Possible options ....., waveshare154inch,...
type: 'waveshare154inch'
Isn't this for the "B" variant?
i don't have waveshare154inch
I do not think that it's meant for the non-b variant, as it does not draw anything on the e-Paper screen
As I see you are a contributor, can you explain to me how to add support for a screen properly? It's in the docs, but there's basically no info on how to do it from start to finish. I tried putting the libs and a new file to support the screen, but when I built the image and put the new screen in config, it said "screen not supported".
I do not have this screen for testing.
I expect delivering waveshare_2.
I get it, I am just asking for a bit of explanation on how to add a new screen in general.
An example can be seen in my PR #694
And then I should just build the image using "make image"?
Are there any more steps to this, as when I build the image (following what you did) I get "screen not supported"
What you can do is the following: Install the 1.3.0 Image. Go to /usr/local/src/pwnagotchi. Make your changes. Type "pip3 install .". Run pwnagotchi and test it.
If you have more questions, please go to community.pwnagotchi.ai and discuss it there :)
I tried in multiple ways, did pip3 install . , but nothing - still getting this:
```
blackpwn pwnagotchi-launcher[1038]: unsupported display type waveshare154inch_v2
NVM, got it working. Thanks guys! =)