raspberrypi / pico-playground

BSD 3-Clause "New" or "Revised" License
445 stars 96 forks source link

LVGL for scanline generation #29

Closed barbiani closed 1 year ago

barbiani commented 2 years 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 2 years 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