lv_img_cache_invalidate_src() function
Invalidate an image source in the cache. Useful if the image source is updated therefore it needs to be cached again.
Syntax
void lv_img_cache_invalidate_src(const void * src); Arguments
src
an image source path to a file or pointer to an `lv_img_dsc_t` variable.