mirror of
https://github.com/jam422470459/EPD-nRF52-hema213.git
synced 2025-12-06 16:42:49 +08:00
add write image cmd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user