lvgl / lv_binding_rust

LVGL bindings for Rust. A powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).
MIT License
687 stars 71 forks source link

`<T as NativeObject>::raw()` infallible, `Obj` store `NonNull` pointers #143

Closed nia-e closed 1 year ago

nia-e commented 1 year ago

More work towards #140