common.h

来自「这个是Linux下的应用程序」· C头文件 代码 · 共 25 行

H
25
字号
#ifndef _COMMON_H
#define _COMMON_H
typedef  unsigned char uchar;
//typedef unsigned int uint;
//typedef unsigned long ulong;
/*      字库信息      */
#define PAGE0_ADDR  16384
#define PAGE1_ADDR  32768
#define PAGE2_ADDR  49152
#define PAGE3_ADDR  65536
#define PAGE4_ADDR  81920
#define PAGE5_ADDR  98304
#define PAGE6_ADDR  114688
#define PAGE7_ADDR  131072
#define PAGE8_ADDR  147456
#define PAGE9_ADDR  163840
#define PAGE10_ADDR  180224
#define PAGE11_ADDR  196608
#define PAGE12_ADDR  212992
#define PAGE13_ADDR  229376
#define PAGE14_ADDR  245760
#define PAGE15_ADDR  262144

#endif											;

⌨️ 快捷键说明

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