rlvgl 0.1.0

A modular, idiomatic Rust reimplementation of the LVGL graphics library for embedded and simulator use.
Documentation
1
2
3
4
5
6
7
#![cfg_attr(not(test), no_std)]

extern crate alloc;

pub use rlvgl_core as core;
pub use rlvgl_platform as platform;
pub use rlvgl_widgets as widgets;