rlvgl 0.2.1

A modular, idiomatic Rust reimplementation of the LVGL graphics library for embedded and simulator use.
Documentation
1
2
3
4
5
//! Generated board modules.
{%- for module in modules %}
#[cfg(feature = "{{ module }}")]
pub mod {{ module }};
{%- endfor %}