rlvgl 0.2.5

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
//! Generated BSP module for {{ board_stem }}.
//!
//! Target chip: {{ chip_stem }}

pub mod pac;
pub mod clocks;
pub mod gpio;
pub mod peripherals;
pub mod board;