lv_img_decoder_built_in_read_line() function
Decode `len` pixels starting from the given `x`, `y` coordinates and store them in `buf`. Required only if the "open" function can't return with the whole decoded pixel array.
Arguments
decoder
pointer to the decoder the function associated with
dsc
pointer to decoder descriptor
len
number of pixels to decode
buf
a buffer to store the decoded pixels
Return value
LV_RES_OK: ok; LV_RES_INV: failed