MH-ET Live 2.9" 4-color display works with ESP32

Hello,

it was not totally straightforward to set up this epaper display, as it's not yet supported by the library, and I found multiple dead-ends - unanswered posts, that were looking for help, and are locked now. So, I'm creating a new post for it.

Basically, I tweaked GxEPD2_290c_GDEY029F51H just a very little bit to GxEPD2_290c_GDEY029F51.

These products seem to be very similar, but just have a different resolution:

Demonstration, that it works, is available here.

2 Likes

@ZinggJM could you please add support for this Epaper Display to yours library?

And, thanks for the creation and sharing of the library. It's very great - useful and easy to use.

I looked at the vid, and boy it's fast. Nice job there, with the library as well as the YT demo.

Thanks @ledsyn. About "fast", do you mean the refresh speed? I was comparing to a B/W epaper display, that I have tried before, and this one slower than the B/W one. However, it's the first 4-color one, that I've tried, so maybe in the 4-color category it's quite fast. I don't have experience with different models, yet.

Yes, the refresh speed is great. Maybe it's not that special with todays technique, I dunno.

How much ram is required for full color?

Here are compilation stats for 2.9" 4-color B/W/R/Y MH-ET Live Epaper:

Sketch uses 419236 bytes (31%) of program storage space. Maximum is 1310720 bytes.
Global variables use 30096 bytes (9%) of dynamic memory, leaving 297584 bytes for local variables. Maximum is 327680 bytes.

And following are stats for 4.2" B/W WeAct Epaper with a higher resolution:

Sketch uses 414060 bytes (31%) of program storage space. Maximum is 1310720 bytes.
Global variables use 35616 bytes (10%) of dynamic memory, leaving 292064 bytes for local variables. Maximum is 327680 bytes.

Both sketches define define only one global variable, which is display. So, it seems like it maybe depends more on resolution, than on B/W vs 4-color.

I have not examined how much extra RAM is used dynamically at runtime.

I wrote ram but meant flash, and you answered correct. :upside_down_face:

Doesn't cost that much online, around $10. Except for a netshop here, €26 :money_mouth_face:

Works great! Thank you!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.