Setting the flash memory operating mode.
Only affect to "Format flash" and "Delete file" commands.
|
Direct: |
"fMODEm" |
|
Arduino: |
void setFlashMode(char m) |
|
C: |
void Digole_setFlashMode(char m) |
Indicate the flash operating mode: 0=Direct access, 1=File mode.
mydisp.setFlashMode(1); //set current flash memory access mode to mini-file
| Version | Description |
|---|---|
| V7 | function was added. |