Format whole flash memory

Description

Erase full content in flash memory chip. must use function:Switch flash modes to set the system at "file operating mode" before use it.
This function will take few seconds to get finished by the MCU on the display.

Usage:

Direct:

 "4MAT"

Arduino:

void formatFlash(void)

C:

void Digole_formatFlash(void)

 

Note: This function can't run in commands set.

Example (Arduino):

mydisp.setMemMode(1);  //set flash memory mode to File
mydisp.formatFlash();  //format flash chip 

Changelog

Version Description
V7 function was added.

See Also

Switch flash modes