From 52419bb390a11c9a8887d4df4f28a4585458d332 Mon Sep 17 00:00:00 2001 From: nopnop2002 Date: Fri, 13 Sep 2024 17:14:16 +0900 Subject: [PATCH] Update README.md --- ImageMoveDemo/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ImageMoveDemo/README.md b/ImageMoveDemo/README.md index 9b39b37..a6c82db 100644 --- a/ImageMoveDemo/README.md +++ b/ImageMoveDemo/README.md @@ -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)