start to make material theme more general
This commit is contained in:
@@ -264,7 +264,7 @@ void lv_canvas_copy_buf(lv_obj_t * canvas, const void * to_copy, lv_coord_t x, l
|
||||
* @param canvas pointer to a canvas object
|
||||
* @param img pointer to an image descriptor.
|
||||
* Can be the image descriptor of an other canvas too (`lv_canvas_get_img()`).
|
||||
* @param angle the angle of rotation (0..360);
|
||||
* @param angle the angle of rotation (0..3600), 0.1 deg resolution
|
||||
* @param zoom zoom factor (256 no zoom);
|
||||
* @param offset_x offset X to tell where to put the result data on destination canvas
|
||||
* @param offset_y offset X to tell where to put the result data on destination canvas
|
||||
|
||||
Reference in New Issue
Block a user