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

Bar widget #12

Closed jakubclark closed 4 years ago

jakubclark commented 4 years ago

Implemented a simple bar widget.

Also refactored the examples module, to make it easier to add examples in the future.

rafaelcaricio commented 4 years ago

Thank you @jakubclark ! :1st_place_medal: