image2cpp is a simple tool to convert images into byte arrays (and vice versa) for use with (monochrome) displays such as OLEDs on your Arduino or Raspberry Pi.
+
image2cpp is a simple tool to convert images into byte arrays (and vice versa) for use with small (monochrome) displays such as OLEDs on your Arduino or ESP.
It was originally made to work with the Adafruit OLED library (for which your can find an example Arduino sketch here) but
- has been expanded by the community to be useful in all kind of (embedded) projects.
More info (and credits) can be found in the Github repository. This is also where you can report any issues you might come across.