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%.
Direct: |
"BLa" |
Arduino: |
void setBackLight(uint8_t a)
|
C: |
void Digole_setBackLight(uint8_t a) |
a
A byte number between 0 to 100.
none
Example (Arduino):
mydisp.setBackLight(50); //set the brightness to 50%
serial.writeString("BL\x32");
Version | Description |
---|---|