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
I try to use below code to change the default white background color to black, but nothing happend.
lv_disp_set_bg_color(NULL, lv_color_black()); lv_disp_set_bg_opa(NULL, LV_OPA_COVER);
Is there a bug of code, or limitation of simulator about it?
TYIA.
The text was updated successfully, but these errors were encountered:
Ask at lvgl forum please. This repo is about pio-specific things only.
Sorry, something went wrong.
Please open an issue in the main repo.
No branches or pull requests
I try to use below code to change the default white background color to black, but nothing happend.
Is there a bug of code, or limitation of simulator about it?
TYIA.
The text was updated successfully, but these errors were encountered: