rlvgl-platform 0.1.4

A modular, idiomatic Rust reimplementation of the LVGL graphics library for embedded and simulator use.
Documentation

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