lv_fs_read() function
Read from a file
Arguments
file_p
pointer to a lv_fs_file_t variable
buf
pointer to a buffer where the read bytes are stored
br
the number of real read bytes (Bytes Read). NULL if unused.
Return value
LV_FS_RES_OK or any error from lv_fs_res_t enum