raspberrypi / pico-playground

BSD 3-Clause "New" or "Revised" License
438 stars 92 forks source link

LVGL for scanline generation #29

Closed barbiani closed 1 year ago

barbiani commented 1 year ago

Hi,

Since I've learned that this project does not use a full framebuffer I recalled the LVGL project, that does the same for low ram microcontrollers.

Do you think that the pico would be fast enough to render the lines on demand?

Thank you.

JamesH65 commented 1 year ago

The Doom port renders scanlines on the fly, also the Slint project has a Pico port that renders on the fly. https://slint-ui.com/blog/porting-slint-to-microcontrollers.html