Skip to main content

Class: BacklightManager

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Backlight/BacklightManager.ts:10

Manages backlight levels for the PFD and MFD screens and softkeys.

Constructors

Constructor

new BacklightManager(display, bus): BacklightManager

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Backlight/BacklightManager.ts:61

Constructor.

Parameters

ParameterTypeDescription
display"pfd" | "mfd"The display to manage. Either the PFD or the MFD.
busEventBusThe event bus.

Returns

BacklightManager

Properties

display

readonly display: "pfd" | "mfd"

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Backlight/BacklightManager.ts:61

The display to manage. Either the PFD or the MFD.

Methods

init()

init(): void

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Backlight/BacklightManager.ts:81

Initializes this manager. Once this manager is initialized, it will automatically set backlight levels in response to changes in their settings.

Returns

void