LilyGO / TTGO-T5-ePaper1.54

55 stars 18 forks source link

Pinsettings for TTGO T5 V2.0 ? #4

Open klotzt opened 6 years ago

klotzt commented 6 years ago

Hi,

I am trying to run the demo on a TTGO T5 V2.0 (2.13 inch). Does anyone know the pintout for the ESP for this module?

arnojdejong commented 5 years ago

Hi, After some trail and error, I found out that

// Pin definition
#define RST_PIN         16
#define DC_PIN          17
#define CS_PIN          5
#define BUSY_PIN        4

For the E-ink worked https://github.com/LilyGO/TTGO-T5S-Epaper/blob/master/epd2in7-demo/epdif.h

with the demo program https://www.waveshare.com/wiki/2.13inch_e-Paper_HAT