Turn the splash screen auto running ON/OFF

Description

 The splash screen can run automatically when display power up if turned on, also can turned off.

Note: if both splash screen and config turned off, then the display show nothing on the screen when powering up, only can see the backlight ON, looks like the display was dead.

Usage:

Direct:

"DSSa"

Arduino:

void displayStartScreen(uint8_t a)

C:

void Digole_displayStartScreen(uint8_t a)

Parameters:

a

A byte number, 0: turn the auto run OFF, 1: turn the auto run ON.

Return:

none

Example (Arduino):

mydisp.displayStartScreen(1);  //turn the switch ON

Example(direct)

serial.writeString("DSS1"); //turn the switch ON

Changelog

Version Description
   

See Also

Splash screen