[−][src]Crate watchface
Watch Face Framework for Rust + Mynewt on PineTime Smart Watch
Re-exports
pub use lvgl; |
Structs
| WatchFaceState | State for the Watch Face |
| WatchFaceTime | Watch Face Time |
Enums
| BluetoothState | Bluetooth State |
Traits
| WatchFace | Watch Faces shall implement this trait |
Functions
| get_active_screen | Get active screen from LVGL |
| new_string | Create a new String |
| start_watch_face | Start rendering the watch face every minute |
| to_strn | Convert a static String to null-terminated Strn |
Type Definitions
| String | Limit Strings to 64 chars (which may include multiple color codes like "#ffffff") |