Class SevenSegment
Seven Segment Display
Assembly: SevenSegment.dll
View Source
public class SevenSegment : IDisposable
Implements:
System.IDisposable
Properties
IsDisposed
Is the object disposed
View Source
public bool IsDisposed { get; }
Methods
SetDisplay(CharacterType, bool)
Displays the specified character
View Source
public void SetDisplay(SevenSegment.CharacterType character, bool showDecimal = false)
Parameters
Type | Name |
---|---|
Meadow.Foundation.Displays.Led.SevenSegment.CharacterType | character |
System.Boolean | showDecimal |
SetDisplay(char, bool)
Displays the specified valid character
View Source
public void SetDisplay(char character, bool showDecimal = false)
Parameters
Type | Name |
---|---|
System.Char | character |
System.Boolean | showDecimal |
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
View Source
public void Dispose()
Dispose(bool)
Dispose of the object
View Source
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Is disposing |
Implements
System.IDisposable