lv_binding_rust icon indicating copy to clipboard operation
lv_binding_rust copied to clipboard

Fix Windows builds

Open SakiiCode opened this issue 7 months ago • 0 comments

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

SakiiCode avatar Apr 24 '25 16:04 SakiiCode