Scanvideo output

Description

What MCU/Processor/Board and compiler are you using?

RP2040 on a Raspberry Pi Pico

What do you want to achieve?

I’m wondering if LVGL can work in conjunction with scanvideo (pico-playground/scanvideo at master · raspberrypi/pico-playground · GitHub) to produce DPI display output to drive a 480x480 display.

There’s not enough memory for a display of this resolution, so it would have to produce rows of the display just-in-time in sync with the display scanout.

Is this method of drawing compatible with LVGLs rendering model?