add write image cmd

This commit is contained in:
Shuanglei Tao
2025-05-10 23:30:22 +08:00
parent 2bd2a142eb
commit 493f7ae45f
7 changed files with 56 additions and 7 deletions

View File

@@ -37,6 +37,8 @@ typedef struct
void (*sleep)(void); /**< Enter sleep mode */
int8_t (*read_temp)(void); /**< Read temperature from driver chip */
void (*force_temp)(int8_t value); /**< Force temperature (will trigger OTP LUT switch) */
uint8_t cmd_write_ram1; /**< Command to write black ram */
uint8_t cmd_write_ram2; /**< Command to write red ram */
} epd_driver_t;
typedef enum