Click or drag to resize

DisplaySettings Constructor

Initializes a new instance of the DisplaySettings class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public DisplaySettings(
	byte brightness,
	byte contrast,
	byte red,
	byte green,
	byte blue,
	byte setCommand
)

Parameters

brightness
Type: SystemByte
The brightness of the back-light in the display (if equipped)
contrast
Type: SystemByte
The contrast of the display in the device (if equipped).
red
Type: SystemByte
Red adjustment value
green
Type: SystemByte
Green adjustment value
blue
Type: SystemByte
Blue adjustment value
setCommand
Type: SystemByte
Whether or not to set the device into command mode to make changes persist through power cylce.
See Also