Hello,
I am using the Adafruit library to show content on my 1,5" OLED display:
- Arduino Nano
- RGB OLED display 1,5" : Waveshare, 128x128 Pixels, SPI
This is working quite ok. But now I want to show small images on the screen.
- What format shall thes images have?
- How can I get them into the code? Is there a way to embed the images into the code (I do not have a SDcard etc. connected).
- What code do I need to go for, to make images visible?
Right now I am just showing text and simple lines generated via the Adafruit library.
Thanks a lot for your help.