lv_bin_decoder_open

Function lv_bin_decoder_open 

Source
pub unsafe extern "C" fn lv_bin_decoder_open(
    decoder: *mut lv_image_decoder_t,
    dsc: *mut lv_image_decoder_dsc_t,
) -> lv_result_t
Expand description

Open a lvgl binary image @param decoder the decoder where this function belongs @param dsc pointer to decoder descriptor. src, style are already initialized in it. @return LV_RESULT_OK: the info is successfully stored in header; LV_RESULT_INVALID: unknown format or other error.