Crate lipl_display_common

Source
Expand description

This library provides types used in other lipl-display crates.

Structs§

LiplScreen
Model holding all that is needed to draw a screen

Enums§

Command
Received value from command characteristic
Error
Error type
Message
Received value on the display service as change for the screen

Constants§

CHARACTERISTIC_COMMAND_UUID
Uuid identifying the command characteristic on the gatt peripheral
CHARACTERISTIC_STATUS_UUID
Uuid identifying the status characteristic on the gatt peripheral
CHARACTERISTIC_TEXT_UUID
Uuid identifying the text characteristic on the gatt peripheral
LOCAL_NAME
Local name used in advertising
MANUFACTURER_ID
Manufacturer id used in advertising
MESSAGES
SERVICE_UUID
Uuid identifying the display service on the gatt peripheral
WAIT_MESSAGE

Traits§

BackgroundThread
HandleMessage

Type Aliases§

Result