lv_draw_buf_create_ex() function
Note: Eventually, lv_draw_buf_malloc/free will be kept as private. For now, we use `create` to distinguish with malloc. Create an draw buf by allocating struct for `lv_draw_buf_t` and allocating a buffer for it that meets specified requirements.
Arguments
handlers
the draw buffer handlers
w
the buffer width in pixels
h
the buffer height in pixels
cf
the color format for image
stride
the stride in bytes for image. Use 0 for automatic calculation based on w, cf, and global stride alignment configuration.