Represents a single Seven-Segment digit, comprised of 7 LEDs, plus a decimal point LED
More...
|
| IList< Led > | Leds [get, protected set] |
| | The LEDs that comprise this digit More...
|
| |
| char | Character [get, set] |
| | Gets or sets the currently-displayed character More...
|
| |
| bool | AutoFlush = true [get, set] |
| | Gets or sets whether to automatically flush data to the board More...
|
| |
| bool | DecimalPoint [get, set] |
| | Gets or sets whether the decimal point is illuminated More...
|
| |
Represents a single Seven-Segment digit, comprised of 7 LEDs, plus a decimal point LED
◆ SevenSegmentDigit()
Construct a Seven-Segment digit with the specified list of LEDs
- Parameters
-
| leds | The LEDs to use for this digit |
◆ Flush()
| async Task Flush |
( |
bool |
force = false | ) |
|
Flush display data to the driver
- Parameters
-
| force | Force a full update, even if data doesn't appear to have changed. |
◆ Leds
The LEDs that comprise this digit
◆ Character
Gets or sets the currently-displayed character
◆ AutoFlush
Gets or sets whether to automatically flush data to the board
◆ DecimalPoint
Gets or sets whether the decimal point is illuminated
The documentation for this class was generated from the following file: