Rescently I noticed that you can add a custom GPU https://docs.lvgl.io/master/porting/gpu.html?highlight=gpu and I wondering if it is possible use the second core of the RP2040 for that purpose…
-Micropython version supports add custom GPU?
-Has anyone tried something similar in micropython?
-Do you think such implementation should improve the performance by a lot % or only by a tiny perent cause all LVGL work is for drawing tasks (cause the second core has the same architecture than the first one)?