feat(img): add img.header.stride

see https://github.com/lvgl/lvgl/pull/4414#issuecomment-1698538169
This commit is contained in:
Gabor Kiss-Vamosi
2023-08-31 19:54:30 +02:00
parent a910736cbc
commit c3e2120616
22 changed files with 561 additions and 35 deletions

View File

@@ -20,8 +20,6 @@ void lv_example_arc_1(void)
/*Manually update the label for the first time*/
lv_obj_send_event(arc, LV_EVENT_VALUE_CHANGED, NULL);
lv_obj_set_style_opa_layered(arc, LV_OPA_30, LV_PART_MAIN);
}