Interfacing ePaper HAT v2 and Arduino Mega2560 #2160
Replies: 1 comment 1 reply
-
This library is not suited to the Mega, it is really written for more powerful 32 bit processors with more RAM and FLASH. I think this library is more suited to you needs: It has more up-to-date drivers for the current generation of ePaper displays. I have not tried to use LVGL with an ePaper display, I found it a very memory hungry library so the Mega mas struggle with anything more than a simple sketch. The ePaper support in this library is rather old and remains to support users legacy sketches. I will probably deprecate the use with ePaper as it will take too much effort to maintain compatibility with the increasing range of ePaper displays. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a project using ePaper 2.13inch HAT v2 display and Arduino Mega2560. I would like to use the TFT_eSPI library in tandem with the LVGL libraries. Listed below are 2 issues I would like clarity on.
epd.DisplayFrame().
Snippet of epd2in13.h
Snippet of epd2in13v2.h
Is there any support for this v2 implementation?
Beta Was this translation helpful? Give feedback.
All reactions