📄 gchar.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -