add factory reset cmd

This commit is contained in:
Shuanglei Tao
2024-12-03 20:46:33 +08:00
parent d5893a2080
commit cc8bffcf1d
3 changed files with 19 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ enum EPD_CMDS
EPD_CMD_SET_CONFIG = 0x90, /**< set full EPD config */
EPD_CMD_SYS_RESET = 0x91, /**< MCU reset */
EPD_CMD_SYS_SLEEP = 0x92, /**< MCU enter sleep mode */
EPD_CMD_CFG_ERASE = 0x99, /**< Erase config and reset */
};
/**< EPD driver IDs. */