Just curious if anyone has seen a working port of LVGL to V5, particularly with python bindings. I’ve seen a port by @jpearman, although this doesn’t appear to include the Micropython bindings from lv_micropython. Seeing as so many teams use Micropython to program their robots, it would be awesome to be able to use a working LVGL port for Python.
No port as far as I know. It’s not trivial and would probably need to be part of the VM.
8 Likes
Oh, well that’s somewhat disappointing. I guess it’s time to start learning PROS then!
You asked about Python. PROS does not provide Python. You can use LVGL with VEXcode in C++, I ported LVGL versions 5, 6 and 7. Porting LVGL to the Python VM is not so easy.
7 Likes