feat: extern pen and back color
This commit is contained in:
parent
c7272c211a
commit
602d3d0a80
@ -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();
|
||||
|
Reference in New Issue
Block a user