Amir Gonnen
Amir Gonnen
> What if there is no dedicated type? E.g. `void (*my_cb)(void)` I think it could be a good idea to always require a typedef, for clarity. But we could probably...
> Please confirm if [the list](https://github.com/lvgl/lv_binding_micropython/issues/234#issuecomment-1283485270) is good now. If so I'll update the PR template. (I added some missing points from the beginning of the conversation) Yes, the list...
> Sure, once when it's ready I'll add the links. @kisvegabor did you add them? I've looked at [pull_request_template.md](https://github.com/lvgl/lvgl/blob/master/.github/pull_request_template.md) and can't find them. Maybe I should look someplace else?
> Thanks for the ping. I've just added it: [lvgl/lvgl@8dc7fc9](https://github.com/lvgl/lvgl/commit/8dc7fc918a000826ad8a1be7d93da4a7bd60c4ba) Great! thanks. Closing this as completed.
It might be easy to implement with Micropython. Your syntax already looks much like a Python dict. If it was a Python dict, it would be very easy to process...
> Could you create a message box example (similar to @cjheath's one) to better see the differences? Do you mean something like this? ```python Widget(lv.msgbox, "Hello", "This is a message...
> Not exactly. I meant reassembling a message box widget using buttons, labels, layouts etc. > > In your example above how to access `Widget(lv.label)` later, outside of the widget...
> Please don't use the acronym ADL for something that is not ADL. Sure, sorry for that. Just taking an inspiration from ADL for my tiny Python example. How about...
> Having said that, it wasn't hard to fill out some initial ADL. Note that this is documenting the basic capabilities of LVGL. It is not a demonstration of what...
> but I can't have an interpreter blocking either CPU core while it does garbage collection - and I don't know about the impact on available memory requirements either. Well,...