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
sys/build: honor LVGL_INCLUDE even w/o drivers feature #171
In real-world scenarios it's usually requried to pass more include paths to lvgl then cargo/bindgen does by default. It's certainly true in my case.