Adjust the backlight brightness

Description

  Change the backlight brightness from 0% to 100%. The display save the setting even power off, and use this setting when power on.

Note: if brightness setting <5%, the display always start the brightness of 5%.

Usage:

Direct:

"BLa"

Arduino:

void setBackLight(uint8_t a)

C:

void Digole_setBackLight(uint8_t a)

Parameters:

a

A byte number between 0 to 100.

Return:

none

Example (Arduino):

mydisp.setBackLight(50);  //set the brightness to 50%

Example(direct)

serial.writeString("BL\x32");

Changelog

Version Description
   

See Also