Skip to main content

Crate bordstein

Crate bordstein 

Source

Modules§

app_message
Access to app messages.
bindings
Access to the automatically generated bindings to the pebble SDK.
bitmap
Bitmaps
colour
Utility methods on colours.
dictionary
Bindings for dictionaries, for both reading and writing.
events
Subscribe to PebbleOS events.
font
Access to system and user fonts.
graphics_context
Access to the graphics context and other drawing methods.
layers
Create and manage layers.
light
Manage pebble backlight
messages
Module containing the automatically generated app message keys.
multi_registration_listener
This module is a utility for providing multiple registrations to a single notification. This is done using an intrusive linked list, requiring zero allocations.
prelude
resources
Bindings for the resource api.
shapes
Utility methods for points, sizes, and rectangles.
storage
Access to the storage api.
time
Date and time related utilitie.s
utils
vibes
Manage vibration motor
window
Create windows.

Macros§

debug
error
info
log
main
Create the main function, and specify which async function should be called.
trace
warn

Structs§

PebbleServices
A collection of PebbleOS services that have global configuration, and therefore need to be configured from a single location.