Crates.io | barebones-watchface |
lib.rs | barebones-watchface |
version | 2.1.1 |
source | src |
created_at | 2020-10-07 08:09:14.959412 |
updated_at | 2020-10-23 01:21:36.743454 |
description | Barebones Watch Face for Mynewt on PineTime Smart Watch |
homepage | |
repository | https://github.com/lupyuen/barebones-watchface |
max_upload_size | |
id | 296874 |
size | 10,074,244 |
Preview this Watch Face in your web browser
Barebones, no frills Rust Watch Face for PineTime Smart Watch with LVGL and Mynewt...
Bluetooth LE Time Sync
Date and Time
Bluetooth Indicator
Power Indicator
Built with pinetime-watchface
framework for watch faces.
To select this watch face in the pinetime-rust-mynewt
firmware...
Add barebones-watchface
to pinetime-rust-mynewt/rust/app/Cargo.toml
Set WatchFaceType
in pinetime-rust-mynewt/rust/app/src/lib.rs
/// Declare the Watch Face Type
type WatchFaceType = barebones_watchface::BarebonesWatchFace;
The WebAssembly Simulator for this watch face was auto-generated by a GitHub Actions Workflow: simulator.yml
Source code for the WebAssembly Simulator is at the mynewt
branch of github.com/AppKaki/lvgl-wasm
Refer to the article...
"Create Your Own PineTime Watch Face in Rust... And Publish on crates.io"