start to make material theme more general

This commit is contained in:
Gabor Kiss-Vamosi
2020-02-20 16:01:49 +01:00
parent 759c4ccb35
commit 8dcfc535b3
4 changed files with 391 additions and 211 deletions

View File

@@ -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