Run commands set in a file.
If no file name matched, then do nothing.
Direct: |
"fCSfname " |
Arduino: |
void runFile(const char *fname) |
C: |
void Digole_runFile(const char *fname) |
Note: This function can't run in commands set.
fname
The file's name that has commands set in flash memory.
mydisp.runFile("hello.txt");
Version | Description |
---|---|
V7 | function was added. |