The config is the message to indicate the current serial setting on the screen when power on. It also control the pixel checking process. All of these can be turned OFF to accelerate the booting.
This config also saved in display even power off.
Note: if serial port changed when config setting OFF, the display also show the new config when first time of power on
|
Direct: |
"DCa" |
|
Arduino: |
void displayConfig(uint8_t a)
|
|
C: |
void Digole_displayConfig(uint8_t a) |
a
A byte number to control the config ON(a=1)/OFF(a=0).
none
Example (Arduino):
mydisp.displayConfig(1); //trun config display ON
serial.writeString("DC1");
| Version | Description |
|---|---|