Hi all,
I’ve noticed when I wanted to port LvGL V9.1 to my STM32H757, I’ve noticed there is no support for DMA2D in lv_config at all.
Is it possible to bring back this feature?
I’ve noticed performance reduction compared to V8.4.
Adding support for this feature might solve the issue.
Think Silicon, the creator of the Nema GPU, which is what ST uses as NeoChrom and NeoChromVG, made a port of lvgl 8.3 to the Nema/NeoChrom GPU, without vector support
The Nema API that is shipped with the ToughGFX desiger is currently missing one functionality to use this port.
I’ve managed to work with the STM32L4 series controller and LVGL 9.x and without DMA2D. Worked smoothly!
So maybe you’re correct about the performance of DMA2D vs software rendering.