Add the STM32 program: 1.64inch e-Paper (G), 3inch e-Paper (G), 7.3inch e-Paper (G) and 3.52inch e-Paper

This commit is contained in:
SSYYL 2022-07-28 18:08:09 +08:00
commit 34affe04fe
25 changed files with 11800 additions and 1161 deletions

View file

@ -124,6 +124,12 @@ typedef enum {
#define GRAY2 0x02
#define GRAY3 0x01 //gray
#define GRAY4 0x00 //white
//colour
#define Black_4Color 0x00
#define White_4Color 0x01
#define Yellow_4Color 0x02
#define Red_4Color 0x03
/**
* The size of the point
**/