glib.h
来自「三星2413芯片的测试代码,对进行驱动开发很有帮助.」· C头文件 代码 · 共 35 行
H
35 行
#ifndef __GLIB_H__
#define __GLIB_H__
#ifdef __cplusplus
extern "C" {
#endif
void Glib_Init(int type);
void Glib_Line(int x1,int y1,int x2,int y2,int color);
void Glib_Rectangle(int x1,int y1,int x2,int y2,int color);
void Glib_FilledRectangle(int x1,int y1,int x2,int y2,int color);
void Glib_ClearScr(U32 c,int type);
void _PutStn1Bit(U32 x,U32 y,U32 c);
void _PutStn2Bit(U32 x,U32 y,U32 c);
void _PutStn4Bit(U32 x,U32 y,U32 c);
void _PutCstn8Bit(U32 x,U32 y,U32 c);
void _PutCstn12Bit(U32 x,U32 y,U32 c);
void _PutCstn16Bit(U32 x,U32 y,U32 c);
void _PutTft8Bit_240320(U32 x,U32 y,U32 c);
void _PutTft16Bit_240320(U32 x,U32 y,U32 c);
void _PutTft24Bit_240320(U32 x,U32 y,U32 c);
void _PutTft16Bit_320240(U32 x,U32 y,U32 c);
void _PutTft24Bit_320240(U32 x,U32 y,U32 c);
extern void (*PutPixel)(U32,U32,U32);
#ifdef __cplusplus
}
#endif
#endif //__GLIB_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?