mirror of
https://github.com/nopnop2002/esp-idf-ssd1306.git
synced 2024-10-03 18:18:47 -04:00
Update README.md
This commit is contained in:
parent
9794cab98d
commit
52419bb390
@ -10,20 +10,20 @@ 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 420x200.
|
||||
The image below has a resolution of 420x64.
|
||||
![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.
|
||||
Convert this image to a 128x64 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-2](https://github.com/user-attachments/assets/b86e8f9a-247d-4913-b008-df908bbb08cf)
|
||||
![fleischer1-3](https://github.com/user-attachments/assets/3bca8693-94a1-4d3d-b7dc-62d9b1986379)
|
||||
|
||||
# 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.
|
||||
The image below has a resolution of 128x184.
|
||||
![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.
|
||||
Convert this image to a 128x64 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)
|
||||
![fleischer2-3](https://github.com/user-attachments/assets/810ed461-edfe-419b-b601-4059a4fddcbb)
|
||||
|
Loading…
Reference in New Issue
Block a user