📄 dsplcdstruct.h
字号:
#define uchar unsigned char
#define uint unsigned int
typedef struct
{
uchar Back;
uchar Front;
uchar Wide;
uchar High;
int x;
uchar y;
}Word_Inf;
//********************************************************************
typedef struct
{
uint Front;
uint Back;
uint Wide;
uint High;
int x;
int y;
int Count;
uchar *WordShape;
}Static_Line;
//*********************************************************************
typedef struct
{
uint Front;
uint Back;
uchar Wide;
uchar High;
int x;
int y;
long *DispVar;
}Var_Line;
//*******************************************************************
typedef struct
{
Static_Line StaticLine;
Var_Line VarLine;
}Line;
//*****************************************************************
typedef struct
{
uint KeyNo;
void (*Fun)();
}Page_KeyEnable;
typedef struct
{
uint Front;
uint Back;
uint Wide;
uint High;
int Count;
uchar *WordShape;
}Draw_Front;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -