pinetime-lvgl

Crates.iopinetime-lvgl
lib.rspinetime-lvgl
version2.0.1
sourcesrc
created_at2020-10-07 06:52:51.320692
updated_at2020-10-21 00:34:11.191941
descriptionLVGL Bindings for Mynewt on PineTime Smart Watch
homepage
repositoryhttps://github.com/lupyuen/pinetime-lvgl
max_upload_size
id296851
size22,263,809
Lup Yuen Lee (lupyuen)

documentation

https://docs.rs/pinetime-lvgl

README

Rust LVGL Bindings for Mynewt on PineTime Smart Watch

This crate contains LVGL Bindings used by the PineTime Watch Face Framework: pinetime-watchface

Check out a sample watch face created with this framework: barebones-watchface

The LVGL Bindings are compatible with PineTime Mynewt Firmware pinetime-rust-mynewt and with PineTime WebAssembly Simulator lvgl-wasm

Refer to the article...

"Create Your Own PineTime Watch Face in Rust... And Publish on crates.io"

To generate bindings and publish to crates.io...

scripts/gen-bindings.sh

cargo package --list --allow-dirty

cargo publish --dry-run --allow-dirty

cargo publish    

See src for more details.

Commit count: 47

cargo fmt