esp-idf-ssd1306/ImageMoveDemo
2024-09-13 14:31:44 +09:00
..
image added ImageMoveDemo 2024-09-13 14:22:37 +09:00
main Delete main.c.old 2024-09-13 14:31:44 +09:00
CMakeLists.txt added ImageMoveDemo 2024-09-13 14:22:37 +09:00
README.md Update README.md 2024-09-13 14:26:38 +09:00
sdkconfig.defaults added ImageMoveDemo 2024-09-13 14:22:37 +09:00

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