Edit

Share via


LcdValueUnitDisplay.DisplayBigTextAsync Method

Definition

Scrolls a text in big font trough the display

public System.Threading.Tasks.Task DisplayBigTextAsync (string text, TimeSpan scrollSpeed, System.Threading.CancellationToken cancellationToken);
member this.DisplayBigTextAsync : string * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DisplayBigTextAsync (text As String, scrollSpeed As TimeSpan, cancellationToken As CancellationToken) As Task

Parameters

text
String

Text to display

scrollSpeed
TimeSpan

Speed between scroll steps (one step being one display cell width)

cancellationToken
CancellationToken

Token for cancelling the operation

Returns

A task handle

Applies to