image2oled

image2oled is a simple tool to change images into byte arrays (or your array back into an image) for use with Arduino and (monochrome) displays such as OLEDs. It was originally made to work with the Adafruit OLED library. An example sketch for Arduino and this library can be found here.

More info (and credits) can be found in the Github repository. This is also where you can report any issues you might come across.

This version, image2oled, simplifies the process for the 128x64 OLED for uploading to the arduino and storing the bitmap in a seperate header file.

1. Select image


2. Image Settings

    Only images file type are allowed
    No files selected
    0 - 255; if the brightness of a pixel is above the given level the pixel becomes white, otherwise they become black. When using alpha, opaque and transparent are used instead.
    Note: centering the image only works when using a canvas larger than the original image.

    3. Preview

    4. Output