Hi all,
I’m working with the lv_micropython repo, I have built it successfully, and done some light work on my m5stack Core2 device (ILI9342 & FT6336), so far so good. For my project, I’m wanting to make a menu system, and knowing what functions and objects I have to work with is the next step. I’ve seen the examples directory in the github repo, but am wondering if there is a better documentation source than what’s on docs dot lvgl io (I’m blocked from posting with hostnames, it seems). It seems that’s geared more for the C crowd, and certain things like button events and such aren’t really documented there.
Perhaps it’s more just look at the source and wing it, but wondering what other resources/tools are available so that I can further understand the lvgl ecosphere, how is best to use it with micropython, etc.