lvgl / lv_binding_rust

LVGL bindings for Rust. A powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).
MIT License
689 stars 73 forks source link

Does someone has a framebuffer sample? #151

Open ronan22 opened 1 year ago

ronan22 commented 1 year ago

Currently the rust demo use "SimulatorDisplay" or sdl "lv_drv_disp_sdl" (sdl.rs).

Does someone has a demo of lv_binding_rust with frame_buffer? (something close to frame buffer demo https://github.com/lvgl/lv_port_linux_frame_buffer/blob/master/main.c)

nchouba commented 5 months ago

Did you manage to make it work through the linux frame buffer? The examples are not helpful.