feat: extern pen and back color

This commit is contained in:
liuyihui 2023-04-27 14:28:29 +08:00
parent c7272c211a
commit 602d3d0a80
1 changed files with 3 additions and 0 deletions

View File

@ -103,6 +103,9 @@ typedef unsigned char uchar;
#define LGRAYBLUE 0XA651 // 浅灰蓝色(中间层颜色)
#define LBBLUE 0X2B12 // 浅棕蓝色(选择条目的反色)
extern uint16_t PEN_COLOR; // 画笔颜色
extern uint16_t BACK_COLOR; // 背景颜色
void LCD_RESET();
void LCD_Init();
void LCD_Clear();