Display next .jpg file

Description

Scan the next .jpg file, and display the picture on the center of screen.

Usage:

Direct:

"fDPF"

Arduino:

void nextJPG(void)

C:

void Digole_nextJPG(void)

Example (Arduino):

mydisp.nextJPG(1);  //display next .jpg picture on the center of screen

Example(commands set)

"CLfDPFDLY0GOTO\x00\x00\x00" //write this string to a file in flash, and run the file by using command "fCS", will make the display as a "Digital Photo Frame"

Changelog

Version Description
V7 function was added.

See Also

The bellow digital photo frame was use this command and "GOTO" to make a loop of display all .jpg files in flash memory: