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

More documentation and dead code disabling #83

Closed nia-e closed 1 year ago

nia-e commented 1 year ago

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.