lvgl / lv_binding_micropython

LVGL binding for MicroPython
MIT License
237 stars 157 forks source link

v8: Automatic casting #135

Closed amirgon closed 3 years ago

amirgon commented 3 years ago

Use class information for automatic casting.
When lv_obj is returned by a function or provided as parameter to a callback, it should be casted automatically to the actual object type as described by its class.

See https://github.com/lvgl/lvgl/issues/1763#issuecomment-801385901

stale[bot] commented 3 years ago

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

embeddedt commented 3 years ago

Not stale.

(I have just removed the stale bot from this repository as its timing is just completely unreliable.)

amirgon commented 3 years ago

Done.