Open amplatzer opened 2 months ago
Can you post a link to the M5 Libraries you are looking at?
Can you post a link to the M5 Libraries you are looking at?
https://github.com/m5stack/M5GFX/tree/master https://github.com/m5stack/M5Dial
but it's in C, they offer the pre-compiled MPY firmware with M5burner, so I can't find the source code in python.
I was testing with M5dial which has a ESP32-S3FN8 chip, and without PSRAM, the offical firmware displays the jpg files fast.
Can you post a link to the M5 Libraries you are looking at?
ah, looks like this is the one you need , https://github.com/m5stack/uiflow-micropython
I used the Widgets.Image function to display the image.
https://uiflow-micropython.readthedocs.io/en/latest/widgets/image.html
115200 for 240*240 is way too much for micropython.
And the slow mode is too slow.
The M5 libraries load the jpg file blazing fast and with less memory. how did they do that?