esp-idf-ssd1306/ImageMoveDemo/README.md
2024-09-13 14:35:25 +09:00

1.7 KiB

ImageMoveDemo for SSD1306

SSD1306 can display up to 128x64 pixels.
This is a demo that displays larger images.

ImageMoveDemo

The original image resolution is 420x200.
I borrowed the BIT MAP data from here.

Displaying images with a width of 240 dots or more

Crop the original image to this image.
The image below has a resolution of 420x200.
fleischer1

Convert this image to a 240x64 image by shifting it by 8 dots, and display the converted image continuously.
fleischer1-1
fleischer1-2
fleischer1-3

Display images with a height of 64 dots or more

Crop the original image to this image.
The image below has a resolution of 218x184.
fleischer2

Convert this image to a 240x64 image by shifting it by 8 dots, and display the converted image continuously.
fleischer2-1
fleischer2-2
fleischer2-3