Switch the display panel ON/OFF

Description

  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.

Usage:

Direct:

"SOOa"

Arduino:

void screenOnOff(uint8_t a)

C:

void Digole_screenOnOff(uint8_t a)

Parameters:

a

A byte number, display on=1, off=0.

Return:

none

Example (Arduino):

mydisp.screenOnOff(0);  //turn the screen off, this will reduce few mA current

Example(direct)

serial.writeString("SOO0"); //turn the screen off, this will reduce few mA current

Changelog

Version Description
   

See Also