Issues while drawing images on e-paper display - ESP32

Hello there guys! I’m using an 1.54 inches e-paper display and GxEPD2 library on a esp32 project, but I’m struggling while converting the jpg image to the bitmap. Some images work as they should, but one or two specific ones turn into a mess when plotted in the display.
I’ve been using the image2cpp (image2cpp) to convert them, and they say that this error could happen, so I tried to convert for every kind of conversion, but it still didn’t seem to work. Has someone had this issue before? How can I solve it?

image
This is the kind of issue I'm having!

My guess would be the GxEPD2 library only supports bitmaps. What happens when you convert the JPEG to bitmap first and then run it through image2cpp?

1 Like

It worked!!!! Thank you for the help!!

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