Command Line Interface (CLI)
37
With the function
“
LED-Panel.exe -getDisplayBrightness
” it is possible to read the intensity of
the backlight illumination of the LCD display.
Return Parameters
After the execution of the function
“
LED-Panel.exe
-
getDisplayBrightness
” the device will
return a one-, two- or three-digits value of the backlight intensity in %.
For instance:
Return value
27
means that the intensity of the backlight is 27%.
Return value
0
means that the backlight is turned OFF.
Return value
100
means that the intensity of the backlight is 100%.
6.2.21 Set the Direction of the LEDs for
“Response Time” and “Exposure
Time” Modes
Function
setDirectionSingle <X>
Description
“
LED-Panel.exe -setDirectionSingle <X>
” switches the desired moving direction of LEDs.
There are eight possible directions.
Parameters
<X>
Description
1
Starting from the top left, run from left to right and to the bottom
2
Starting from the top right, run from right to left and to the bottom
3
Starting from the bottom left, run from left to right and to the top
4
Starting from bottom right, run from right to left and to the top
5
Starting from top left, run from top to bottom and to the right
6
Starting from top right, run from top to bottom and to the left
7
Starting from bottom left, run from bottom to top and to the right
8
Starting from bottom right, run from bottom to top and to the left
Table 8