Testing LVGL in rust

⚓ Rust    📅 2025-10-07    👤 surdeus    👁️ 6      

surdeus

Info

This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Testing LVGL in rust

Hi all

I need help to run & test LVGL on rust but there are tons of error when building & its failing.
Step I followed below

brew install sdl2
git clone https://github.com/lvgl/lv_binding_rust
cd lv_binding_rust
git submodule init
git submodule update 
DEP_LV_CONFIG_PATH=`pwd`/examples/include cargo run --example demo --features="alloc"

Please help thanks

1 post - 1 participant

Read full topic

🏷️ Rust_feed