Skip to main content

Class: BacklightManager

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

Constructors

constructor

new BacklightManager(display, bus): BacklightManager

Constructor.

Parameters

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

Returns

BacklightManager

Defined in

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

Properties

display

Readonly display: "pfd" | "mfd"

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

Defined in

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

Methods

init

init(): void

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

Returns

void

Defined in

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