Hello, I am trying to use the Eve ft81x GPU’s to draw in LVGL V9 without using the lv_draw_sw and draw buffer, instead using the commands of the GPU itself through Spi.
The progress:
-Rects with radius and opa.
-Outlines.
-Border.
-Lines.
there are still some bugs to fix…
I continue working to add images and fonts.
I’m not sure if it’s appropriate not to use the draw buffer and I don’t know if it’s the goal of lvgl.