Converting Image to Array for XIAO ePaper Display Board EE02/13.3" spectra™ 6 E-Ink

Hi there,

im having a hard time figuring out how to convert images to an array to display them on the 13.3" spectra from seeedstudio. I tried nearly every possible option on image2cpp but the image displayed is complete “garbage”. I can see in the colorful example in arduino that it needs to be RGB565 (16-bit color), but then the provided sample image is const unsigned char, not in the format the image2cpp converter gives me with RGB565 (horizontal - 2 bytes per pixel 565).

I´m really out of ideas here, I searched the forum but couldn’t find ANY topic on color conversion, so it would be great if somebody could point me to the (most probably) simple and obvious solution :slight_smile:

thank you!