mirror of
https://github.com/jam422470459/EPD-nRF52-hema213.git
synced 2025-12-06 16:42:49 +08:00
update EPD_FillRAM with length param
This commit is contained in:
@@ -94,7 +94,7 @@ uint8_t EPD_ReadByte(void);
|
||||
EPD_WriteCmd(cmd); \
|
||||
EPD_WriteData(_data, sizeof(_data)); \
|
||||
} while (0)
|
||||
void EPD_FillRAM(uint8_t cmd, uint8_t value);
|
||||
void EPD_FillRAM(uint8_t cmd, uint8_t value, uint32_t len);
|
||||
void EPD_Reset(uint32_t value, uint16_t duration);
|
||||
void EPD_WaitBusy(uint32_t value, uint16_t timeout);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user