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

API re-design #9

Closed rafaelcaricio closed 4 years ago

rafaelcaricio commented 4 years ago

Old API contained many problems and guided to wrongly using LittlevGL. This version uses alloc module and guides users to the correct and safe usage of LittlevGL.