-
Notifications
You must be signed in to change notification settings - Fork 87
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
The display is incomplete,when direct_mode = 1 #39
Comments
Hey, I don't know immediately what the problem could be, but I would rather update the CodeBlocks repo to LVGL v9. Is it an option for you? FYI, I transferred the issue to the Codeblocks repo. |
LVGL v9 is not what I want, I am using v8.3.11. And this problem doesn't just occur under the codeblocks project, it also occurs on my embedded platform.
|
I see and I could reproduce the issue in Eclipse with SDL too. I can fix only later next week, but I can show you where the issue is. Here LVGL clears the whole buffer, but in direct mode only the area where the rendering happens needs to be cleared. So I would try this: |
LVGL version
v8.3.11
What happened?
Conditions:
Background transparency needs to be set, otherwise the problem cannot be reproduced!
Normal
Abnormal
How to reproduce?
The text was updated successfully, but these errors were encountered: