Click or drag to resize

RailDriverExtensionSetLEDDisplay Method (Byte, Byte, Byte)

Set all 3 digits of the the LED display.

Namespace:  Rewired.ControllerExtensions
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetLEDDisplay(
	byte digit1BitValues,
	byte digit2BitValues,
	byte digit3BitValues
)

Parameters

digit1BitValues
Type: SystemByte
A byte containing 7 bits, 1 for each element in the 1st display digit. (Like an old LCD clock, plus a period.)
digit2BitValues
Type: SystemByte
A byte containing 7 bits, 1 for each element in the 2nd display digit. (Like an old LCD clock, plus a period.)
digit3BitValues
Type: SystemByte
A byte containing 7 bits, 1 for each element in the 3rd display digit. (Like an old LCD clock, plus a period.)
See Also