lcdtest.h

来自「基于s3c44b0x对触摸屏进行输出标定、与lcd显示器配合」· C头文件 代码 · 共 10 行

H
10
字号
#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 + =
减小字号Ctrl + -
显示快捷键?