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

Request: Missing enumerations for layout flows #132

Closed cydergoth closed 1 year ago

cydergoth commented 1 year ago
         style_view.set_layout(Layout::flex());
         style_view.set_flex_flow(1); // FIXME: Needs enum FLEX_FLOW_COLUMN

See https://docs.lvgl.io/master/API/layouts/flex/lv_flex.html#_CPPv414lv_flex_flow_t