Skip to content
New issue

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

Initialize LVGL with dark theme #38

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

unwieldycat
Copy link
Contributor

The default background color that LVGL initializes with is white. In some cases, this can cause an obnoxious white flash when the program starts. #37 fixes this, but the PR is inactive and hasn't been merged due to an issue in their approach. This PR fixes the white flash by setting CONFIG_LV_THEME_DEFAULT_DARK to 1, as @Jerrylum suggests in #37.

This change shouldn't conflict with anything, and llemu appears the same after the change.

Copy link

@aberiggs aberiggs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested. LGTM

@noam987 noam987 merged commit d907985 into purduesigbots:master Nov 3, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants