ezLCD SDK Documentation

EZLCD004. Method 

 [This is preliminary documentation and subject to change.]

Changes the brightness of the scren backlight. A higher value indicates a brighter setting.

[Visual Basic]
Public Sub ( _ 
   ByVal Byte As Byte _ 
)
[C#]
public void (
   byte Byte
);
[C++]
public: void (
   char Byte
);
[JScript]
public function (
   Byte Byte
);

Parameters

brightness
The new brightness of the screen

See Also

EZLCD004 Class | EZLCD.SDK Namespace