Closed FloHomi closed 5 months ago
I've tested it with EK-RA8D1 and it worked with a simple label but not with lv_demo_widgets()
.
I suspect that the problem is that DAVE2D can't handle all the draw tasks, and if there is no SW render as a fallback, LVGL hangs.
Before jumping into fixing it, please confirm that it works on your end too with a single label.
I can confirm! Label ist fine. Adding a Button, breaks it.
Thanks, it's should be fixed by https://github.com/lvgl/lvgl/pull/6290
Thank you very much 👍
Hi, I need to run the Project in BareMetal and need to turn off "LV_USE_DRAW_SW" in lv_config.c In the old Git version it worked(but showed no performance differnce. Now, with the latest git version it shows a black screen. Dave2D is on.
Any Idea why this is happening?