Public classes
Scripts/
SDController
SegmentDisplay
SegmentDisplayImage
SegmentDisplaySprite
SingleDigit
SingleSegment
Scripts/Commands/
AddTextCommand
CallbackCommand
ClearCommand
FillCommand
PauseCommand
ScrollTextCommand
SetTextCommand
Introduction page
|
SingleSegment
Class representing single segment.
Methods
Methods
public bool GetState () Gets the state of this segment, on or off. Returns | True if segment is in on state, false if segment is in off state. |
public void SetState (bool on) Set this segment to on or off state. Parameters | on | If true, segment is set on, if false, segment is set off. |
|