Click or drag to resize

Board Class

Encapsulates the Mikroelektronika 7Seg Click Board. MIKROE-1201.
Inheritance Hierarchy
SystemObject
  IO.Devices.ClickBoards.SimpleIO.SevenSegmentBoard

Namespace: IO.Devices.ClickBoards.SimpleIO.SevenSegment
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class Board

The Board type exposes the following members.

Constructors
 NameDescription
Public methodBoard Constructor for a single 7seg click.
Top
Properties
 NameDescription
Public propertyblanking Zero blanking mode. Allowed values are None, Leading, and Full.
Public propertybrightness Write-only property for setting the brightness of the display. Allowed values are 0.0 to 100.0 percent.
Public propertyleftdp Write-only property for setting the left digit decimal point.
Public propertyradix Numerical base or radix. Allowed values are Decimal and Hexadecimal.
Public propertyrightdp Write-only property for setting the right digit decimal point.
Public propertystate Write-only property for setting the state of the display. Allowed values are 0 to 99 for decimal mode and 0 to 255 for hexadecimal mode.
Top
Methods
 NameDescription
Public methodClear Clear the display.
Public methodReset Issue hardware reset to the 74HC595 shift register chain.
Top
Remarks
The MISOakaSDI pin should be removed from the 7seg click, because it is not tri-state and will interfere with other devices on the same SPI bus.
See Also