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

lvgldemo: add LVGL duplicate initialization protection #2874

Merged

Conversation

FASTSHIFT
Copy link

Summary

In lvgl singleton mode, it is necessary to prevent users from trying to start multiple lvgl instances, otherwise lvgl data will be accessed by multiple processes, causing a crash.

Impact

lvgldemo

Testing

sim lvgl_fb

@xiaoxiang781216 xiaoxiang781216 merged commit ce217b8 into apache:master Dec 2, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants