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
668 stars 69 forks source link

Implement a skeleton for `style.get_prop()` #138

Closed nia-e closed 1 year ago

nia-e commented 1 year ago

Closes #136

Not all cases currently covered, can be in the future though as requested

nia-e commented 1 year ago

@cydergoth is there anything missing from this?