esp-idf-ssd1306/ImageMoveDemo
2024-09-13 17:14:31 +09:00
..
image Update crop.sh 2024-09-13 17:14:31 +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 17:14:16 +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

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.
fleischer1

Convert this image to a 128x64 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 128x184.
fleischer2

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