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

Consider using lvgl v7.0.0 #10

Closed jakubclark closed 4 years ago

jakubclark commented 4 years ago

lvgl v7.0.0 was recently released. It may be worth-while to upgrade to it, considering this project is still in it's early stages.

rafaelcaricio commented 4 years ago

Good idea, shouldn't be hard to do that right now. As I was working mostly on the internal design of the library itself. Only a few (button, label) widgets are implemented.

rafaelcaricio commented 4 years ago

I'm working on this.