SeedStudio 2.13'' Triple-Color E-Ink Display is already supported!
Author: toto99303Created Nov 8, 2022Updated Sep 12, 2025
Labelsenhancement
Hello guys,
Since I'm not a python/git expert I just want to contribute the following easy fix for this e-ink display: https://www.seeedstudio.com/2-13-Triple-Color-E-Ink-Display-for-Raspberry-Pi-p-4044.html https://github.com/Seeed-Studio/Seeed_Linux_Elink
I discovered that SeedStudio 2.13'' Triple-Color E-Ink Display is essentially a "waveshare_v1" with different SPI pins allocation.
- Change the pin numbers in "/pwnagotchi/ui/hw/libs/waveshare/v1/epdconfig.py" as follows:
class RaspberryPi: # Pin definition RST_PIN = 13 DC_PIN = 6 CS_PIN = 5 BUSY_PIN = 19
- Use the "waveshare_1" display and color either "fastAndFurious" or "any_color_but_not_black" in /etc/pwnagotchi/config.toml
Works great and probably the 2.7" e-ink display from SeedStudio would work the same way. I hope this helps someone and gets implemented in the main branch.
Regards!
Source: evilsocket/pwnagotchi