Inquiry Regarding Issues with ImgViewerPROGMEM on ESP32 RGB Display #385
-
Firstly, I appreciate the excellent library you provide. I am using the ESP32 RGB display (ESP32-8040S043), and I'm encountering an issue with ImgViewerPROGMEM. In version 1.3.4, images were displayed correctly, but in the latest version with the applied screen rotation option, there is a delay in loading images, and images appear partially broken. Could you please review if there is any issue with this? gfx->draw16bitRGBBitmap(0, 0, (uint16_t*)kakao, 100, 100); // In version 1.3.4 // In version 1.4.0 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
hi gilchi, |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
I think I may located the bug, please get update and try again.