Public classes
Scripts/
SDController
SegmentDisplay
SegmentDisplayImage
SegmentDisplaySprite
SingleDigit
SingleSegment
Scripts/Commands/
AddTextCommand
CallbackCommand
ClearCommand
FillCommand
PauseCommand
ScrollTextCommand
SetTextCommand
Introduction page
|
AddTextCommand
Derived from
AbsSDCommand
Command to add text on display without changing possible previous content.
Constructors
Constructors
public AddTextCommand (string text) Create new text command that will add text instantly to display, using display default text alignment. All the digits in display that this new text is not using will stay unchanged. Parameters | text | Text to set on display. |
public AddTextCommand (string text, SegmentDisplay.Alignments alignment) Create new text command that will set text instantly to display, using specified text alignment. All the digits in display that this new text is not using will stay unchanged. Parameters | text | Text to set on display. | | alignment | Wanted text alignment. |
|