pinetime-lvgl 2.0.1

LVGL Bindings for Mynewt on PineTime Smart Watch
1
2
3
4
//! LVGL Utility Macros for Rust

#[macro_use]     //  Allow macros from Rust module `util/macros.rs`
pub mod macros;  //  Export macros from `util/macros.rs`