Closed
Description
Micropython is becoming mainstream on IOT and embedded development in general. It is available for quite a few of embedded architectures (this and this, partial list), and can be ported to new ones.
Today there already exist several architecture-specific micropython display modules (for example this and this), but none of them as feature rich and general as littlevgl.
I think it could be useful to provide micropython API to littlevgl Objects and Styles.
Main benefits are:
- Exposure to a larger audience in the embedded development world.
- Interactive developement. Use the Micropython interpreter to exercise littlevgl over a live embedded board. This would allow rapid GUI development without the build-flash cycle.
- Some would argue Python code is easier to develop and maintain (not sure I agree about this one...)
If it turns out there is an agreement about this feature, I might try sending PR if I find the time for it.
Metadata
Metadata
Assignees
Labels
No labels