mirror of
https://github.com/nopnop2002/esp-idf-ssd1306.git
synced 2024-10-03 18:18:47 -04:00
.. | ||
image | ||
main | ||
CMakeLists.txt | ||
README.md | ||
sdkconfig.defaults |
ImageMoveDemo for SSD1306
SSD1306 can display up to 128x64 pixels.
This is a demo that displays larger images.
I borrowed the BIT MAP data from here.
The original image resolution is 420x200.
Displaying images with a width of 240 dots or more
Crop the original image to this image.
The image below has a resolution of 420x64.
Convert this image to a 128x64 image by shifting it by 8 dots, and display the converted image continuously.
Display images with a height of 64 dots or more
Crop the original image to this image.
The image below has a resolution of 128x184.
Convert this image to a 128x64 image by shifting it by 8 dots, and display the converted image continuously.