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+e8257758c3446d922301bab0e4637a0e5ec1862f
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