# 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