D253Parameters

data class D253Parameters(val threshold: Int, val light: Int, val speed: Int, val frontlight: Int, val enhancement: Int, val displayMode: D253DisplayMode, val version: Int, val temperature: Int)

Data class for storing all of the queryable parameters of a Dasung253 monitor.

ie. It stores the configurable settings (and model/version) of the monitor.

Some features aren't supported by all Dasung253 models. They can be found in the D253Capabilities data class.

Parameters

threshold
light

Brightness level of the display

speed

Value of the display speed setting. This is the setting level of the monitor. It is NOT the refresh rate.

frontlight

Brightness level of the monitor's front light, or 0 if turned off. Not supported by all models.

enhancement

Level of display enhancement being applied by the monitor to the picture being displayed. Not supported by all models.

displayMode

Current display mode of the monitor. eg. Text mode, video mode, etc.

version

MCU version of the monitor. Used to determine what features the given monitor supports, since not all Dasung253 monitors have the same features

temperature

Color temperature of the display

See also

Constructors

Link copied to clipboard
constructor(threshold: Int, light: Int, speed: Int, frontlight: Int, enhancement: Int, displayMode: D253DisplayMode, version: Int, temperature: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val light: Int
Link copied to clipboard
val speed: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard