Set the config ON/OFF

Description

  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

Usage:

Direct:

"DCa"

Arduino:

void displayConfig(uint8_t a)

C:

void Digole_displayConfig(uint8_t a)

Parameters:

a

A byte number to control the config ON(a=1)/OFF(a=0).

Return:

none

Example (Arduino):

mydisp.displayConfig(1);  //trun config display ON

Example(direct)

serial.writeString("DC1");

Changelog

Version Description
   

See Also