We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Like this effect, only the main body is displayed,Thank you for your reply
The text was updated successfully, but these errors were encountered:
#define LV_COLOR_SCREEN_TRANSP 1 #define LV_COLOR_TRANSP LV_COLOR_LIME /LV_COLOR_LIME: pure green/
I defined the two line
Sorry, something went wrong.
lvgl v6.0
#define LV_COLOR_SCREEN_TRANSP 1 #define LV_COLOR_TRANSP LV_COLOR_LIME /LV_COLOR_LIME: pure green/ 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
Please update to the release/v6 branch, which contains 6.1 + any bugfixes after that. 6.0 is not supported.
release/v6
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
No branches or pull requests
Like this effect, only the main body is displayed,Thank you for your reply
The text was updated successfully, but these errors were encountered: