We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, When I load image into imageWidget from the file system (SD card) everything gets slower (arc, text scroll) ..
I got nothing in the loop() but
lv_timer_handler(); delay(20);
It is fine when I load image from the memory (with .h file)
Thanks, B.
The text was updated successfully, but these errors were encountered:
Do you mean when loading images and other resources from SD?
Sorry, something went wrong.
Yes, like this lv_img_set_src(ui_aaaa, "A:/boot.jpg");
lv_img_set_src(ui_aaaa, "A:/boot.jpg");
it's full size image, and arc on top of it
It appears that LVGL doesn't like progressive JPG When you "Export as" from Photoshop it defaults to progressive Hope it helps...
No branches or pull requests
Hi,
When I load image into imageWidget from the file system (SD card) everything gets slower (arc, text scroll) ..
I got nothing in the loop() but
It is fine when I load image from the memory (with .h file)
Thanks,
B.
The text was updated successfully, but these errors were encountered: