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

Basic `Slider` support #120

Closed nia-e closed 1 year ago

nia-e commented 1 year ago

Adds some basic methods for sliders.

Closes #119