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

sys/build: honor LVGL_INCLUDE even w/o drivers feature #171

Open elrafoon opened 5 months ago

elrafoon commented 5 months ago

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.