Merge branch 'master' into feat/img-frame-id

This commit is contained in:
Gabor Kiss-Vamosi
2021-05-03 17:43:05 +02:00
294 changed files with 9569 additions and 6339 deletions

View File

@@ -61,7 +61,6 @@ void lv_draw_img_dsc_init(lv_draw_img_dsc_t * dsc)
dsc->opa = LV_OPA_COVER;
dsc->zoom = LV_IMG_ZOOM_NONE;
dsc->antialias = LV_COLOR_DEPTH > 8 ? 1 : 0;
}
/**