Turn the display panel and backlight ON or OFF, the contents on the display will remaining even at OFF mode, and show up when turned on again.
|
Direct: |
"SOOa" |
|
Arduino: |
void screenOnOff(uint8_t a)
|
|
C: |
void Digole_screenOnOff(uint8_t a) |
a
A byte number, display on=1, off=0.
none
Example (Arduino):
mydisp.screenOnOff(0); //turn the screen off, this will reduce few mA current
serial.writeString("SOO0"); //turn the screen off, this will reduce few mA current
| Version | Description |
|---|---|