pullrequests Search Results · topic:embedded org:lvgl fork:true language:Rust
Filter by
106 results
(1 s)106 results
inlvgl (press backspace or delete to remove)This is a starting draft to integrate lv_binding_rust with the automated tests of the main repo. They use v9 so some
objects (colors, images, fonts, subjects) are not here. Also I could not get animations ...
SakiiCode
- Opened on Apr 26
- #200
Resolves #150
Draft until #197 is merged (the commits are shared, I will do a rebase to get rid of them)
Still needs a bit of unsafe and lvgl_sys but works
SakiiCode
- Opened on Apr 25
- #199
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, ...
SakiiCode
- Opened on Apr 24
- #198
This PR reworks the LvArgs and LvFunc implementations to handle mutable/immutable primitives, structs, NativeObjects and
strings. Also fixes the examples.
details summary List of functions implemented ...
SakiiCode
- 4
- Opened on Apr 19
- #197
Updates to the code generator based on #190 Draft until I know everything is ok
C47D
- 10
- Opened on Jan 12
- #191
Tries to fix #162 in the Label widget, the Textarea widget was either removed or used via FFI so I m adding it again.
C47D
- Opened on Jan 9
- #188
Fix examples compilation (might not be rusty enough):
- arc
- animation
- bar. I had to comment out lvgl::event_send to make this example compile and run.
- button_click
Needs #177
C47D
- 8
- Opened on Nov 24, 2024
- #183