Board Class |
public class Board
The Board type exposes the following members.
| Name | Description | |
|---|---|---|
| blanking | Zero blanking mode. Allowed values are None, Leading, and Full. | |
| brightness | Write-only property for setting the brightness of the display. Allowed values are 0.0 to 100.0 percent. | |
| leftdp | Write-only property for setting the left digit decimal point. | |
| radix | Numerical base or radix. Allowed values are Decimal and Hexadecimal. | |
| rightdp | Write-only property for setting the right digit decimal point. | |
| state | 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. |
| Name | Description | |
|---|---|---|
| Clear | Clear the display. | |
| Reset | Issue hardware reset to the 74HC595 shift register chain. |