rlvgl-platform 0.1.2

A modular, idiomatic Rust reimplementation of the LVGL graphics library for embedded and simulator use.
Documentation
1
2
3
4
5
6
7
8
9
# rlvgl-platform

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

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