image2cpp is a simple tool to change images into byte arrays for use with (grayscale) displays such as EPDs on your Arduino, ESP or Raspberry Pi.
It was originally made to work with the Adafruit OLED library (for which your can find an example sketch for Arduino here) but
has been expanded by the community to be useful in all kind of (embedded) projects.
This is a fork from image2cpp from javl. I created it to work with the LilyGo T5 display that support 4 bits grayscale images.
More info (and credits) can be found in the Github repository. This is also where you can report any issues you might come across.
GFXbitmapFont formatted ouput. Used by a modified version of the Adafruit GFX library.
GitHub project and example here.