Hi @aseelye!
See: MicroPython examples for V7?
Your resources are:
- "example"s dir of lv_binding_micropython
- Many .py snippets on lv_examples under src/lv_ex_widgets.
In the near future these examples would be integrated into LVGL docs. - This forum
- README files of lv_micropython and lv_binding_micropython
- Blog posts this and this (may be a little outdated at certain points)
Also, keep in mind that the Micropython Bindings are automatically generated from the LVGL C API. So once you see a few examples it’s usually pretty simple to look at the C API and understand how it translates into Micropython.
And if you have any questions - just send them here in the forum!