gchar.h

来自「虚拟示波器」· C头文件 代码 · 共 24 行

H
24
字号
	#include "..\Glib\Glib.h"



	Context GUI_Context;
	extern U16 LCD_BKCOLOR;
	
	void 	DispString(const I8 *s); 
 	U16 	GUI_GetLineLen(const I8 *s, U16 MaxLen); 
	U16 	GUI_GetLineDistX(const I8 *s, U16 Len); 
	U16 	GUI_GetCharDistX(void);
	void 	GUI_DispLine(const I8 *s, I16 Len, const GUI_RECT* pr); 
	void 	GL_DispChar(U16 c); 
	U16 	GUI_DB2UC_CN (U8 Byte0, U8 Byte1); 
	void 	GUI_DispNextLine(void); 
	U16 	GUI_GetFontDistY(void); 
	void 	GUIMONO_DispChar(U16P c); 
	void 	LCD_DrawBitmap   (U16 x0, U16 y0,
                       		U16 xsize, U16 ysize,
                       		U16 xMul, U16 yMul,
                       		U16 BitsPerPixel,
                       		U16 BytesPerLine,
                       		const U8* pPixel);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?