Skip to content

pullrequests Search Results · topic:embedded org:lvgl fork:true language:Rust

Filter by

106 results
 (973 ms)

106 results

inlvgl (press backspace or delete to remove)

This feature is necessary when LV_MEM_CUSTOM=1 because lv_deinit() is not defined in this scenario : error[E0425]: cannot find function `lv_deinit` in crate `lvgl_sys` -- /home/alix_anneraud/.cargo/git/checkouts/lv_binding_rust-d86feb7597e107b7/9829aef/lvgl/src/lib.rs:103:23 ...
  • AlixANNERAUD
  • 2
  • Opened 
    on Jul 1, 2024
  • #175

Reverts lvgl/lv_binding_rust#173
  • rafaelcaricio
  • 2
  • Opened 
    on Jun 19, 2024
  • #174

Allow passing more flags beyond what rust build system can pass.
  • elrafoon
  • 1
  • Opened 
    on Jun 14, 2024
  • #173

Contains initial support for Renesas RA6M3 GPU
  • elrafoon
  • Opened 
    on Jun 14, 2024
  • #172

In real-world scenarios it s usually requried to pass more include paths to lvgl then cargo/bindgen does by default. It s certainly true in my case.
  • elrafoon
  • Opened 
    on Jun 14, 2024
  • #171

lv_tick_inc function is available only when default (non-custom) timer implementation is used. This patch fixes building the bindings in that case.
  • elrafoon
  • 2
  • Opened 
    on Jun 14, 2024
  • #170

This shall not hurt anyone...
  • elrafoon
  • 1
  • Opened 
    on May 20, 2024
  • #169

Fix compile errors to build examples/demo.rs.
  • master-q
  • Opened 
    on Apr 5, 2024
  • #165

Currently strcmp calls strncmp with usize::MAX which causes a panic due to the use of from_raw_parts. thread main panicked at library/core/src/panicking.rs:155:5: unsafe precondition(s) violated: slice::from_raw_parts ...
  • Johennes
  • Opened 
    on Mar 22, 2024
  • #164

Delete Target specification This part of the code tells us that calling bingen in the build script will automatically check TARGET and generate the corresponding clang_args without us having to enter ...
  • chiichen
  • Opened 
    on Mar 2, 2024
  • #161