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).
Add more docs and comment out the inclusion of the arc.rs module.
Since #67 no special functionality is implemented on the Arc widget anymore, so it will no longer be compiled in. I'm keeping it in the source since we might want to implement new functionality in the future.
Add more docs and comment out the inclusion of the
arc.rs
module.Since #67 no special functionality is implemented on the
Arc
widget anymore, so it will no longer be compiled in. I'm keeping it in the source since we might want to implement new functionality in the future.