Crates.io | rlvgl-platform |
lib.rs | rlvgl-platform |
version | 0.1.6 |
created_at | 2025-07-28 16:45:44.200832+00 |
updated_at | 2025-08-27 07:07:44.533806+00 |
description | A modular, idiomatic Rust reimplementation of the LVGL graphics library for embedded and simulator use. |
homepage | https://github.com/softoboros/rlvgl |
repository | https://github.com/softoboros/rlvgl |
max_upload_size | |
id | 1771371 |
size | 254,794 |
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 LCDInputDevice
trait for reading pointer or key eventsThe 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.