Skip to main content

lv_image_decoder_init

Function lv_image_decoder_init 

Source
pub unsafe extern "C" fn lv_image_decoder_init(
    image_cache_size: u32,
    image_header_count: u32,
)
Expand description

Initialize the image decoder module @param image_cache_size Image cache size in bytes. 0 to disable cache. @param image_header_count Number of header cache entries. 0 to disable header cache.