Page 1 of 1

epaper e-ink 2.13" SPI GDEW0213T5 212x104

Posted: Sat Aug 12, 2023 3:33 pm
by marsal64
Hi,

I am struggling a little to find the easiest way how to integrate into ESP-IDF the SPI eink display 2.13" 212x104, coded GDEW0213T5, black and white (branded under "MH-ET LIVE" in my case).

I have tried cale-idf library but I was not sucessful up to now as it does not support the exact type.

Any suggestion please? Thank you very much in advance.

Martin

Re: epaper e-ink 2.13" SPI GDEW0213T5 212x104

Posted: Sun Aug 13, 2023 9:48 pm
by felixcollins
If you have a datasheet you could write your own driver. Study an existing driver to see how it is done. It may be simple enough to port an existing driver to work with your display and then contribute your work to the community!