The photo was created to group the commands to transfer the photos and increase the brightness on your DISPLAY. For example, “SETCONTRAST 50” can be executed to set picture contrast value as 50, or “GETBRIGHTNESS” can be executed to learn picture brightness value. These commands can be seen below with their definitions, parameters and returns.
Commands | Definition | Parameters | Return |
FREEZE | Freeze/Unfreeze. | no parameter | #*Video is frozen or #*Video is unfrozen |
ENERGYSAVING | Set energy saving mode. (if enabled from profile) | str-int n (n = off, minimum, medium, maximum, auto, screen_off) | #*setEnergySaving() set to n |
GETENERGYSAVING | Get energy saving mode. (if enabled from profile) | no parameter | #*The energy saving mode is … |
POWERSAVE | Set power save mode. | str-int n (n = ON, n = OFF) | #*set Power save mode to ON, backlight to its default value or #* Power save mode can not set to ON, because its default value is OF or #*set Power save mode to OFF, set to last backlight mode |
GETPOWERSAVE | Get power save mode. | no parameter | #*Powersavemode is ON or #*Powersavemode is OFF |
SETBACKLIGHT | Set backlight pin status. | str-int n (n = ON, n = OFF) | #*setBacklight port to ON or #*setBacklight port to OFF |
BACKLIGHTDIM | Set backlight dimming level. (if enabled from profile) | str-int n (n = low, high, off) | #*setBacklightDimming() set to n |
SETBACKLIGHTLEVEL | Set backlight level. | int n (0 ≤ n ≤ 100) | #*Backlight level set to n or #*NACK |
GETBACKLIGHTLEVEL | Get backlight level. | no parameter | #*The backlight level is … |
BLUEBACK | Set bluebackground state. | int n (0 = OFF, 1 = ON) | #*set bluebackground state to n |
COLOURTEMP | Set colour temperature. | str-int n (n = normal, warm, cool) | #*setColourTemp() set to n |
GETCOLOURTEMP | Get colour temperature. | no parameter | #*Colour temp is … |
GETPICTUREMODE | Get picture mode. | no parameter | #*Picture Mode is … for current source |
PICTUREMODE | Select picture mode. | int n (1 = dynamic, 2 = natural, 3 = cinema, 4 = game, 5 = sport) | #*setPictureMode() set to n or #*Incorrect picture mode paramater entered |
GETCONTRAST | Get picture contrast value. | no parameter | #*THE CONTRAST VALUE : … |
SETCONTRAST | Set picture contrast value. | int n (0 ≤ n ≤ 100) | #*Picture contrast value is set to n or #*Same value is set. Do nothing. or #*Incorrect value must between defined ranges 0-100 |
GETBRIGHTNESS | Get picture brightness value. | no parameter | #*THE BRIGHTNESS VALUE : … |
SETBRIGHTNESS | Set picture brightness value. | int n (0 ≤ n ≤ 100) | #*Picture brightness value is set to n or #*Same value is set. Do nothing. or #*Incorrect value must between defined ranges 0-100 |
GETSHARPNESS | Get picture sharpness value. | no parameter | #*THE SHARPNESS VALUE : … |
SETSHARPNESS | Set picture sharpness value. | int n (0 ≤ n ≤ 100) | #*Picture brightness value is set to n or #*Same value is set. Do nothing. or #*Incorrect value must between defined ranges 0-100 |
GETCOLOUR | Get picture colour value. | no parameter | #*THE COLOUR VALUE : … |
SETCOLOUR | Set picture colour value/ | int n (0 ≤ n ≤ 100) | #*Picture colour value is set to n or #*Same value is set. Do nothing. or #*Incorrect value must between defined ranges 0-100 |
SETSKINTONE | Set picture skin tone value. | int n (-5 ≤ n ≤ 5) | #*Picture skin tone value is set to n or #*Same value is set. Do nothing. or #*Incorrect value must between defined ranges -5-5 |
GETSKINTONE | Get picture skin tone value. | no parameter | #*Picture skin tone is … |
PICTUREZOOM | Set picture zoom mode. | str-int n (n = auto, 16:9, subtitle, 14:9, 14:9zoom, 4:3, full(only for HD channels), panaromic, cinema) | #*setPictureZoomMode() set to n or #*Incorrect picture zoom mode parameter entered |
GETPICTUREZOOM | Get picture zoom mode. | no parameter | #*Picture zoommode is … |
SETHDMITRUEBLACK | Set hdmi trueblack status. | str-int n (n = ON, n = OFF) | #*HDMITrueBlack set to ON or #*HDMITrueBlack set to OFF |
GETHDMITRUEBLACK | Get hdmi trueblack status. | no parameter | #*HDMITrueBlack is … |
SETDYNAMICCONTRAST | Set dynamic contrast. | str-int n (n = OFF, n = LOW, n = MEDIUM, n = HIGH) | #*Dynamic contrast set to n or #*Missing dynamic contrast state |
GETDYNAMICCONTRAST | Get dynamic contrast. | no parameter | #*Dynamic contrast is … |
SETFILMMODE | Set film mode. | str-int n (n = OFF, n = AUTO) | #*FilmMode set to n or #*Missing film mode state |
GETFILMMODE | Get film mode. | no parameter | #*FilmMode is … |
SETCOLOURSHIFT | Set colour shift. | int n (-50 < n < 50) | #*Colour shift is set to n or #* Same value is set. Do nothing. #*Incorrect value. It must be defined in ranges |
GETCOLOURSHIFT | Get colour shift. | no parameter | #*Colour shift is … |
SETNOISEREDUCTION | Set noise reduction. | str-int n (n = OFF, n = LOW, n = MEDIUM, n = HIGH) | #*NoiseReduction set to n or #*Missing noise reduction state |
GETNOISEREDUCTION | Get noise reduction. | no parameter | #*NoiseReduction is … |
PICTURERESET | Reset picture settings. | no parameter | #*Picture brightness value is set to … #*Picture sharpness value is set to … #*Picture colour value is set to … #*Picture contrast value is set to … #*Picture hue value is set to … #*Picture skin tone value is set to … |
SETWB | Set white balance value. | str-int type, value (type = redgain, greengain, bluegain, redoffset, greenoffset, blueoffset) (0 ≤ value ≤250) | #*White Balance is set to … or Invalid value for White Balance (0-255) or Invalid type for White Balance |
INCWB | Increment white balance value by n. | str-int type n (type = redgain, greengain, bluegain, redoffset, greenoffset, blueoffset) (0 ≤ n ≤250) | #*White Balance is set to … or Invalid value for White Balance (0-255) or Invalid type for White Balance |
DECWB | Decrement white balance value by n. | str-int type n (type = redgain, greengain, bluegain, redoffset, greenoffset, blueoffset) (0 ≤ n ≤250) | #*White Balance is set to … or Invalid value for White Balance (0-255) or Invalid type for White Balance |
GETWB | Get white balance value. | str-int type (type = redgain, greengain, bluegain, redoffset, greenoffset, blueoffset) | #* type … |
SETOWB | Set osd white balance value. | str-int type, value (type = redgain, greengain, bluegain, brightness) (0 ≤ value ≤250) | #*Osd White Balance is set to value or Invalid value for Osd White Balance (0-255) or Invalid type for White Balance Osd |
INCOWB | Increment osd white balance value by n. | str-int type n (type = redgain, greengain, bluegain, brightness) (0 ≤ n ≤250) | #*Osd White Balance is set to … or Invalid value for Osd White Balance (0-255) or Invalid type for White Balance Osd |
DECOWB | Decrement osd white balance value by n. | str-int type n (type = redgain, greengain, bluegain,brightness) (0 ≤ n ≤250) | #*Osd White Balance is set to … or Invalid value for Osd White Balance (0-255) or Invalid type for White Balance Osd |
GETOWB | Get osd white balance value. | str-int type (type = redgain, greengain, bluegain, brightness) | #* type … |
ADCCAL | Start ADC auto calibration. | int n (0 = SCART-RGB, 1 = YPbPr, 2 = PC/VGA) | #*ADC Auto Calibration completed R_Gain= … G_Gain= … B_Gain= … R_Offset= … G_Offset= … B_Offset= … |
SET3DMODE | Set 3D mode values (values are off, auto, side by side, top bottom and game) | int n (n = off, auto, side by side, top bottom, game) | #*set3DMode() set to n or #*Incorrect 3d mode parameter entered |
SET2DONLY | Set 2D values. | int n (0 = off, 1 = left, 2 = right) | set2DOnly() set to n or Incorrect 2d only mode paramater entered |
SETVIRTUAL3D | Set virtual 3d values. | int n (0 = off, 1 = low, 2 = medium, 3 = high) | seDisplayirtual3D() set to n or Incorrect virtual 3d mode paramater entered |
PATTERN | Set DISPLAY screen to selected pattern. | str-int n (n = WHITE, RED, GREEN, BLUE, MAGENTA, CYAN, YELLOW, GRAY, BLACK, CLEAR, r-g-b) [r, g, b are bytes representing color component values] | #*set pattern to n |
GETPATTERN | Get selected pattern of the DISPLAY screen | no parameter | The pattern is … |
BRIGHTNESSUP | Inrease Brightness Level by 1 step | no parameter | Picture brightness value is set to … |
BRIGHTNESSDOWN | Decrease Brightness Level by 1 step | no parameter | Picture brightness value is set to … |
CONTRASTSUP | Inrease Contrast Level by 1 step | no parameter | Picture contrast value is set to … |
CONTRASTDOWN | Decrease Contrast Level by 1 step | no parameter | Picture contrast value is set to … |
Table 1: Picture commands