slcd_sync_write_string

Displays character string string.

int32_t slcd_sync_write_string(
    struct slcd_sync_descriptor *const descr,
    uint8_t *const str,
    uint32_t len,
    uint32_t index
)

Parameters

descr

Type: struct slcd_sync_descriptor Struct *const

SLCD descriptor

str

Type: uint8_t *const

String to be displayed, 0 will turn off the corresponding char to display

len

Type: uint32_t

Length of the string array

index

Type: uint32_t

Index of the character Mapping Group

Returns

Type: int32_t