Open zq190kg opened 4 years ago
I defined the two line
lvgl v6.0
LV_IMG_DECLARE(png_decoder_test); lv_obj_t * img = lv_img_create(lv_scr_act(), NULL); lv_img_set_src(img, &png_decoder_test);
Like the effect below
lvgl v6.0
Please update to the release/v6
branch, which contains 6.1 + any bugfixes after that. 6.0 is not supported.
lvgl v6.0
Please update to the
release/v6
branch, which contains 6.1 + any bugfixes after that. 6.0 is not supported.
ok,tks
Like this effect, only the main body is displayed,Thank you for your reply