⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dsplcdstruct.h

📁 自己编写的DSP 键盘扫描程序
💻 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 + -