Save commands set to MCU or flash chip
Description
There is no dedicated commands to save commands set to memory, it can:
- Use save splash screen command. The splash screen is commands set either. The display run this automatically when power up (use "DSS0" turn it off);
- Use write data to flash command, to run this use: "FLMCSA", or Arduino: runCommandSet(uint24_t A);
- Use write data to file command(V7 firmware), to run this use: "fCSfname ", or Arduino: runFile(const char[] fname).