Hi,
I want to download an image from my web server and show it on the screen. Can someone have an example of how to do it?
Hi,
I want to download an image from my web server and show it on the screen. Can someone have an example of how to do it?
You can download the image to a file system on your device and use the in-built image decoders on LVGL
Another alternative is loading the image data from the server in a known format, e.g., RGB565, then using this as data for an lv_image_dsc_t object