In the 0,96″ 1306 OLED display sample sketch from Adafruit is a monochrome logo integrated.
Do we need to craft such logo manually or is there a logo editor existing, someone could point to?
static const unsigned char PROGMEM logo_bmp[] =
{ 0b00000000, 0b11000000,
0b00000001, 0b11000000,
0b00000001, 0b11000000,
0b00000011, 0b11100000,
0b11110011, 0b11100000,
0b11111110, 0b11111000,
0b01111110, 0b11111111,
0b00110011, 0b10011111,
0b00011111, 0b11111100,
0b00001101, 0b01110000,
0b00011011, 0b10100000,
0b00111111, 0b11100000,
0b00111111, 0b11110000,
0b01111100, 0b11110000,
0b01110000, 0b01110000,
0b00000000, 0b00110000 };
The code snippet above represents a starfish, I’d say.
Now I want to create my own graphics, that’s why I am curious about the editor.
Any idea?
-Pete
Hi.
In our OLED tutorial there’s a section explaining how to convert your own pictures or logo to display on the OLED:
Scroll down to the section called “Display Bitmap Images in the OLED”.
Let me know if this helps.
I hope this helps.
Regards,
Sara