Added fast refresh and improved partial refresh effect to the 4.2inch e-Paper
This commit is contained in:
parent
15df676682
commit
d6e11eaae6
18 changed files with 4080 additions and 1881 deletions
|
|
@ -118,7 +118,8 @@
|
|||
#define EPD_4IN2_WIDTH 400
|
||||
#define EPD_4IN2_HEIGHT 300
|
||||
|
||||
void EPD_4IN2_Init(void);
|
||||
void EPD_4IN2_Init_Fast(void);
|
||||
void EPD_4IN2_Init_Partial(void);
|
||||
void EPD_4IN2_Clear(void);
|
||||
void EPD_4IN2_Display(UBYTE *Image);
|
||||
void EPD_4IN2_Sleep(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue