📄 dispchinese.c
字号:
//DispChinese.c file define all chars information.
typedef unsigned int WORD;
const WORD encoding_00[] = //开
{
0x1010,
0x0040, 0x4042, 0x2042, 0x1042, 0x0c42, 0x03fe, 0x0042, 0x0042,
0x0042, 0x0042, 0x7ffe, 0x0042, 0x0042, 0x0042, 0x0042, 0x0000
};
const WORD encoding_01[] = //拓
{
0x1010,
0x0208, 0x4208, 0x8108, 0x7fff, 0x0048, 0x0828, 0x040a, 0x0302,
0x7fe2, 0x209e, 0x2082, 0x2082, 0x2082, 0x7f82, 0x0002, 0x0000
};
const WORD encoding_02[] = //创
{
0x1010,
0x0040, 0x0020, 0x3fd0, 0x404c, 0x4043, 0x4244, 0x4448, 0x43d8,
0x7830, 0x0010, 0x0000, 0x07fc, 0x2000, 0x4000, 0x3fff, 0x0000
};
const WORD encoding_03[] = //新
{
0x1010,
0x2120, 0x1124, 0x4d2c, 0x8135, 0x7fe6, 0x0534, 0x592c, 0x2124,
0x1800, 0x07fc, 0x0024, 0x0024, 0xffe2, 0x0022, 0x0022, 0x0000
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -