Skip to main content

lv_image_header_cache_init

Function lv_image_header_cache_init 

Source
pub unsafe extern "C" fn lv_image_header_cache_init(
    count: u32,
) -> lv_result_t
Expand description

Initialize image header cache. @param count initial size of the cache in count of image headers. @return LV_RESULT_OK: initialization succeeded, LV_RESULT_INVALID: failed.