Pause a period of time during running in the commands set

Description

  This command only work when running in the commands set, it pause the display a period of time, then continue running the next command in commands set.

Usage:

Direct:

 "DLYa"

Arduino:

 

C:

 

Parameters:

a

The delay period, value 1~255, about 0.13 seconds per number. eg.: value 100 means delay 13 seconds.

Return:

none

Example(direct)

//The splash screen to scan all .jpg file and disply them on the screen one after one, if the display is 240x320

const uint8_t digit_frame[]="CL ALIGN\x5 GP\x78\xA0 fDPF DLY\x40 GOTO\x00\x00\x00 \xFF"

//explain: Clear screen->Set alignment:Center/Middle->Set cursor to the center of screen->Display next .jpg->Delay 8S ->Goto "CL" again

//To stop the loop of above, simply send a byte to serial port on the display

Changelog

Version Description
   

See Also

Set cursor position on pixel

Set cursor position on character