Auto documenting LVGL bindings in MicroPython #468
ste7anste7an
started this conversation in
General
Replies: 1 comment
-
not easily. This is because of going from a flat C style language to a python object orientated language. I would have to start over with the binding code generator script to make the python API flat like the C api is. so no methods in the classes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would there be a way to automatically document the LVGL bindings from the C code using autodoc or some way similar?
Beta Was this translation helpful? Give feedback.
All reactions