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

fix: gate tick_inc function by feature custom_timer #170

Open elrafoon opened 5 months ago

elrafoon commented 5 months ago

lv_tick_inc function is available only when default (non-custom) timer implementation is used.

This patch fixes building the bindings in that case.