Pwnagotchi: 200x200, 1.54inch E-Ink display module (Non-B)

Created on 4 Dec 2019  路  13Comments  路  Source: evilsocket/pwnagotchi

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?

All 13 comments

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! =)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dadav picture dadav  路  4Comments

mrseeker picture mrseeker  路  7Comments

happostroph picture happostroph  路  4Comments

sayak-brm picture sayak-brm  路  3Comments

Baallrog picture Baallrog  路  6Comments