glib.h
来自「三星2410的一些DEMO小例程」· C头文件 代码 · 共 32 行
H
32 行
#ifndef __GLIB_H__
#define __GLIB_H__
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);
U32 _PutStn1Bit(U32 x,U32 y,U32 c);
U32 _PutStn2Bit(U32 x,U32 y,U32 c);
U32 _PutStn4Bit(U32 x,U32 y,U32 c);
U32 _PutCstn8Bit(U32 x,U32 y,U32 c);
U32 _PutCstn12Bit(U32 x,U32 y,U32 c);
U32 _PutTft8Bit_240320(U32 x,U32 y,U32 c);
//U32 _PutTft16Bit_240320(U32 x,U32 y,U32 c);
U32 _PutTft16Bit_240320(U32 x,U32 y,U32 c);
U32 _PutTft1Bit_640480(U32 x,U32 y,U32 c);
U32 _PutTft8Bit_640480(U32 x,U32 y,U32 c);
U32 _PutTft16Bit_640480(U32 x,U32 y,U32 c);
U32 _PutTft24Bit_640480(U32 x,U32 y,U32 c);
U32 _PutTft1Bit_800600(U32 x,U32 y,U32 c);
U32 _PutTft8Bit_800600(U32 x,U32 y,U32 c);
U32 _PutTft16Bit_800600(U32 x,U32 y,U32 c);
extern U32 (*PutPixel)(U32,U32,U32);
#endif //__GLIB_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?