📄 lcdtest.h
字号:
#ifndef __LCDTEST__
#define __LCDTEST__
void LCDTest(void);
void LcdG16_bmp(U8 bmp[]);
void LCD_Bmp(U8 bmp [ ]);
void LCD_G16bmp(void);
void LCD_Colorbmp(void);
void LCD_colInit(void);
void DrawButton_up(int left,int top,int width,int hight,U8 LcdBuffer,const char *format,...);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -