ATS (Autobase Touch Smart) controls the LCD brightness. (Adjust the brightness of the backlight.)
(Note: ATS models only)
void @AtsSetLcdBrightness(int value);
Parameters
int value: Brightness of backlight (1~100)
Return Value
None
Example
@AtsSetLcdBrightness(50);
Description : Change the brightness of the LCD of the ATS to 50 (medium brightness).
Version Information
Supported Version: 10.3.4
Related Helps