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.
|
Direct: |
"4MAT" |
|
Arduino: |
void formatFlash(void) |
|
C: |
void Digole_formatFlash(void) |
Note: This function can't run in commands set.
mydisp.setMemMode(1); //set flash memory mode to File
mydisp.formatFlash(); //format flash chip
| Version | Description |
|---|---|
| V7 | function was added. |