Making Bitmaps for display on OLED Screens Using Arduino

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Thank you so much for making this video! I am a graphic designer doing internship at this hardware company and my first task is to redesign graphics for a device with an OLED screen. I've been all over the internet trying to find exact way to do it and check how it looks, your video is the most helpful! Keep making good stuff! 👍

elenas
Автор

Do you know how to convert to the binary array? I can't fit a while map on my micro but the adafruit logo_bmp works just fine (ie static const unsigned char PROGMEM logo_bmp[] =
{



0b11110011,


0b00110011,

0b00001101, 0b01110000,
0b00011011,

0b11110000,
0b11110000,
0b01110000, 0b01110000,
0b00110000 };

johntre
welcome to shbcf.ru