handdrawn-watchface 1.0.0

Hand-Drawn Watch Face for Mynewt on PineTime Smart Watch
Documentation

Hand-Drawn Watch Face for Rust + Mynewt on PineTime Smart Watch

Hand-Drawn Watch Face for Rust + Mynewt on PineTime Smart Watch

Preview this Watch Face in your web browser

Hand-drawn Rust Watch Face for PineTime Smart Watch with LVGL and Mynewt...

  1. Bluetooth LE Time Sync

  2. Time only, no date

  3. Digits rendered as bitmaps

Built with pinetime-watchface framework for watch faces.

To select this watch face, set WatchFaceType in pinetime-rust-mynewt/rust/app/src/lib.rs

/// Declare the Watch Face Type
type WatchFaceType = handdrawn_watchface::HandDrawnWatchFace;

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"