Update README.md

This commit is contained in:
nopnop2002 2024-09-13 14:23:57 +09:00
parent 6f37d6b615
commit f56f4232a1

View File

@ -3,7 +3,7 @@
SSD1306 can display up to 128x64 pixels.
This is a demo that displays larger images.
![ImageMoveDemo](https://iitestudent.blogspot.com/2013/01/displaying-bitmap-on-graphic-lcd.html)
![ImageMoveDemo](https://github.com/user-attachments/assets/84a65a43-72d9-4c06-b7ef-464ac2da5045)
The original image resolution is 420x200.
I borrowed the BIT MAP data from [here](https://www.mischianti.org/2021/07/14/ssd1306-oled-display-draw-images-splash-and-animations-2/).
@ -11,6 +11,7 @@ I borrowed the BIT MAP data from [here](https://www.mischianti.org/2021/07/14/ss
# Displaying images with a width of 240 dots or more
Crop the original image to this image.
![fleischer1](https://github.com/user-attachments/assets/31ca12b8-c932-45e6-b021-d17f9865141b)
Convert this image to a 240x64 image by shifting it by 8 dots, and display the converted image continuously.
![fleischer1-1](https://github.com/user-attachments/assets/3979a98b-f239-4ddf-9294-1a59a2d6d170)
![fleischer1-3](https://github.com/user-attachments/assets/3bca8693-94a1-4d3d-b7dc-62d9b1986379)
@ -19,6 +20,7 @@ Convert this image to a 240x64 image by shifting it by 8 dots, and display the c
# Display images with a height of 64 dots or more
Crop the original image to this image.
![fleischer2](https://github.com/user-attachments/assets/e04b71c6-8a3b-4a03-bc99-199ad489b67e)
Convert this image to a 240x64 image by shifting it by 8 dots, and display the converted image continuously.
![fleischer2-1](https://github.com/user-attachments/assets/a578ae7d-e0df-47df-a2b9-cbdd2dd65d12)
![fleischer2-2](https://github.com/user-attachments/assets/b82fd09e-b5a7-480e-9224-7bd31e095e42)