RailDriverExtensionSetLEDDisplay(Byte, Byte, Byte) Method |
Set all 3 digits of the the LED display.
Namespace: Rewired.ControllerExtensionsAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void SetLEDDisplay(
byte digit1BitValues,
byte digit2BitValues,
byte digit3BitValues
)
Parameters
- digit1BitValues Byte
- A byte containing 7 bits, 1 for each element in the 1st display digit. (Like an old LCD clock, plus a period.)
- digit2BitValues Byte
- A byte containing 7 bits, 1 for each element in the 2nd display digit. (Like an old LCD clock, plus a period.)
- digit3BitValues Byte
- A byte containing 7 bits, 1 for each element in the 3rd display digit. (Like an old LCD clock, plus a period.)
See Also