MicroPython examples for V7?

Actually I’m using mostly compiled .mpy for my projects.
The improved load time also depends on this PR which was not accepted in upstream yet, but I’ve integrated it into lv_micropython.

I can’t find it there. Did you push it to GitHub?

We have discussions over Micropython for v8 on:

There are still a few questions open, but I think we are ready to start trying the bindings on v8.
I’m planning to start working on that soon.

Regarding CMake (only relevant to ESP32) I actually started working on that.
It requires rewriting the makefile rules in CMake language. I’m planning to have a CMakeLists.txt on lv_micropython_bindings root which will take care of running the bindings script etc. which is nicer than what we have today where Micropython’s makefile contains LVGL bindings rules.
However we will not get rid of Makefiles yet because the other ports (unix, stm32) are still relying on Makefiles.

Actually I’m giving it a higher priority because I need esp-idf 4.2 working with lv_micropython so I’m working on that first and then plan to move on to v8.

We would definitely be glad to get you help there! Thanks!
There is a lot of work to do. I will let you know when I start working on that.