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).
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.
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.