Newbie here: best way to proceed on RPi

Newbie question but I’ve tried top search previous discussions without success. First of all thank you for the great project. My question is: which is the best way to use LVGL on Raspberry from Python? Should I install Micropython or it is possible to use it with the “normal” one? As for display I guess the framebufer is the best to use?

Thank you very much.

It’s your decision.
If you want to develop your project in Python, you would need Micropython.
If you prefer C, you don’t need Micropython.
Both options are supported.

On Linux systems I only used framebufer, although other options may be valid for some displays.

1 Like