lvgl 0.6.2

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).
Documentation
1
2
3
4
5
#[macro_use]
pub mod obj;
pub mod style;

pub use obj::*;