lv_fs_write() function
Write into a file
Arguments
file_p
pointer to a lv_fs_file_t variable
buf
pointer to a buffer with the bytes to write
bw
the number of real written bytes (Bytes Written). NULL if unused.
Return value
LV_FS_RES_OK or any error from lv_fs_res_t enum