Skip to content

Conversation

SakiiCode
Copy link

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 rust-lang/rust-bindgen#1244, rust-lang/rust-bindgen#1361

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

E0308 Type Mismatch in lvgl (u32 → i32 in Event Constants)
1 participant