Open jjzqp opened 8 months ago
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. Can you help me fix this on v8.3.11?
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.
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:
Thank you for your help. I tried your method, but it still didn't work out。Can you take care of this for me?
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?