lv_draw_buf_copy() function
Copy an area from a buffer to another
Arguments
dest
pointer to the destination draw buffer
dest_area
the area to copy from the destination buffer, if NULL, use the whole buffer
src
pointer to the source draw buffer
src_area
the area to copy from the destination buffer, if NULL, use the whole buffer
Notes
`dest_area` and `src_area` should have the same width and height `dest` and `src` should have same color format. Color converting is not supported fow now.