📄 word.h
字号:
#ifndef WORD_H
#define WORD_H
#include "Def.h"
#include "Point.h"
//static U16 Word_Color;
extern Point Focus_Point;
extern U8 Bitmap[][16];
//U8* Get_Bitmap(U8);
void Draw_Bitmap(U8*);
void Dra(int x,int y,U8 p);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -