lv_binding_rust
lv_binding_rust copied to clipboard
Fix Windows builds
Fixes #196
In many places values are hard-coded as u32, however on Windows bindgen generates them as i32. This PR replaces them with either LVGL types or type casts.
See https://github.com/rust-lang/rust-bindgen/issues/1244, https://github.com/rust-lang/rust-bindgen/issues/1361