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.
|
Direct: |
"DSSa" |
|
Arduino: |
void displayStartScreen(uint8_t a)
|
|
C: |
void Digole_displayStartScreen(uint8_t a) |
a
A byte number, 0: turn the auto run OFF, 1: turn the auto run ON.
none
Example (Arduino):
mydisp.displayStartScreen(1); //turn the switch ON
serial.writeString("DSS1"); //turn the switch ON
| Version | Description |
|---|---|