Add dithered function for 3.7 inch display
This commit is contained in:
parent
7fc8527b4d
commit
1db3516bac
2 changed files with 53 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ void EPD_3IN7_1Gray_Clear(void);
|
|||
void EPD_3IN7_1Gray_Init(void);
|
||||
void EPD_3IN7_1Gray_Display(const UBYTE *Image);
|
||||
void EPD_3IN7_1Gray_Display_Part(const UBYTE *Image, UWORD Xstart, UWORD Ystart, UWORD Xend, UWORD Yend);
|
||||
void EPD_3IN7_1Gray_Display_Dithered(const UBYTE *Image, int Ditherer);
|
||||
|
||||
void EPD_3IN7_Sleep(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue