rlvgl 0.2.4

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
10
11
//! Generated BSP for {{ ir.board.name }} ({{ ir.chip.name }}).
//!
//! PAC crate: `{{ ir.chip.pac_crate }}`
//!
//! Auto-generated by rlvgl-creator — do not edit.

pub mod board;
pub mod clocks;
pub mod iomux;
pub mod pac;
pub mod peripherals;