rlvgl-platform

Crates.iorlvgl-platform
lib.rsrlvgl-platform
version0.1.6
created_at2025-07-28 16:45:44.200832+00
updated_at2025-08-27 07:07:44.533806+00
descriptionA modular, idiomatic Rust reimplementation of the LVGL graphics library for embedded and simulator use.
homepagehttps://github.com/softoboros/rlvgl
repositoryhttps://github.com/softoboros/rlvgl
max_upload_size
id1771371
size254,794
Ira Abbott (iraabbott)

documentation

https://docs.rs/rlvgl

README

rlvgl

rlvgl-platform

Package: rlvgl-platform

Traits and utility types for hooking rlvgl to real hardware or simulators.

Pairs with the core and widgets crates.

See README-VENDOR.md for the vendor support policy.

Currently provided pieces:

  • DisplayDriver trait for pushing pixel data to a framebuffer or LCD
  • InputDevice trait for reading pointer or key events
  • Dummy implementations used for headless testing

stm32h747i_disco backend

The optional stm32h747i_disco feature enables placeholder display and touch drivers for the STM32H747I-DISCO board's MIPI-DSI panel and FT5336 capacitive controller. These stubs establish the module structure for future hardware integration.

Commit count: 139

cargo fmt