RailDriverExtensionSetLEDDisplay(Int32, Byte) Method |
Set the LED display one digit at a time.
Namespace: Rewired.ControllerExtensionsAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void SetLEDDisplay(
int digitIndex,
byte digitBitValues
)
Parameters
- digitIndex Int32
- Index of the digit to set. [0 - 2]
- digitBitValues Byte
- A byte containing 8 bits, 1 for each element in the display digit. (Like an old LCD clock, plus a period.)
See Also