Merge remote-tracking branch 'upstream/master'

This commit is contained in:
txoof 2020-01-10 11:36:47 +00:00
commit bb0a2b209a
651 changed files with 24869 additions and 12505 deletions

View file

@ -99,11 +99,7 @@
#define EPD_2IN7_WIDTH 176
#define EPD_2IN7_HEIGHT 264 //46464
//Gray level
#define GRAY1 0x03 //Blackest
#define GRAY2 0x02
#define GRAY3 0x01 //gray
#define GRAY4 0x00 //white
void EPD_2IN7_Init(void);
void EPD_2IN7_Clear(void);