SetBatteryLifeEnabled
Sets Battery Life Vari-Bright Scaling mode enabled or disabled on a display.
Syntax
ADLX_RESULT SetBatteryLifeEnabled (adlx_bool enable)
Parameters
-
[in]
enable adlx_bool The new Battery Life Vari-Bright Scaling mode state. Set true to enable Battery Life Vari-Bright Scaling mode. Set false to disable Battery Life Vari-Bright Scaling mode.
Return Value
If the state of Battery Life Vari-Bright Scaling mode is successfully set, ADLX_OK is returned.
If the state of Battery Life Vari-Bright Scaling mode is not successfully set, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Requirements
Header |
include “IDisplaySettings.h” |
Minimum version |
1.4 |