martinberlin / cale-idf

CalEPD is an Epaper component driver for the ESP-IDF framework with GFX and font support, optional touch interface, compatible with ESP32 / S2 / S3 / C3
https://fasani.de
Apache License 2.0
270 stars 24 forks source link

DEPG750BN module addition is completed #95

Closed UsefulElectronics closed 1 year ago

UsefulElectronics commented 1 year ago

DEPG750BN is from DKE and with the new added component it is working fine with T5 V2.4 board from Lilygo.

UsefulElectronics commented 1 year ago

Oh ! there is a conflict in the main file. But that is not a big deal

martinberlin commented 1 year ago

The conflict should be also fixed (and tested) Note: From DKE I also have this one in same resolution but Black/Red https://github.com/martinberlin/cale-idf/blob/master/components/CalEPD/models/color/dke075z83.cpp

Would be nice to move it to a color/dke directory in next iteration

UsefulElectronics commented 1 year ago

I have also fixed the conflict problem by using the original main file. Please let me know if I have missed something.