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