Img cache(LV_IMG_CACHE_DEF_SIZE and LV_CACHE_DEF_SIZE)

Hello, I saw that lvgl has changed the image caching method(Limit the image caching size in bytes instead of image count). Can this change be added to version 8.3? I really need this feature.

@kisvegabor

Hi,

We don’t plan to backport it to v8 as it would require changing a lot of things. Instead, I wonder if it’s possible for you to migrate to v9. There are no conceptual changes on the API level, only some refactoring, but these should not cause too many issues as we have lv_api_map.h.

Thank you for answering my question, I wish you a smooth development of V9.
Is it possible to monitor cache usage in real time with (lv_mem_monitor_t) in v8.3?

It’s not possible to monitor cache usage only in v8.3. :frowning: