evilsocket / pwnagotchi

(⌐■_■) - Deep Reinforcement Learning instrumenting bettercap for WiFi pwning.
https://pwnagotchi.ai/
Other
7.53k stars 1.14k forks source link

Support for Adafruit eInk Display #1114

Open Matir opened 2 years ago

Matir commented 2 years ago

Is your feature request related to a problem? Please describe. I'd like to use the Adafruit 2.13" display (https://www.adafruit.com/product/4687)

Describe the solution you'd like Driver for this be merged. It actually uses the same (or at least, electrically compatible) display as Waveshare 2.13 v3, but different pins. Monkeypatching epdconfig makes this display work with the waveshare_v3 driver:

        epdconfig.RST_PIN = 27
        epdconfig.DC_PIN = 22
        epdconfig.CS_PIN = 8
        epdconfig.BUSY_PIN = 17
Big-Tom92 commented 1 year ago

Very late to the party but I'll be working on a plugin for this, including button function. N.B - "I'll be working" means "I created the repository and really hope I don't procrastinate".

https://github.com/Big-Tom92/pawnagotchi-ada-e-ink