📄 control.h
字号:
/******************************************************************************************
Manufacturer: SHENZHEN JINGHUA DISPLAYS CO.,LTD.
All rights reserved.
Programmer: ldqmoon
Date: 2006-4-21
Ver: A
________________________________________________________________________________________
filename : control.h
descibe: a file to control compilation. and also define color value
modified flow here:
yyyy-mm-dd : changer reason
*******************************************************************************************/
#define RGB 1
#ifdef RGB
#define RED 0xf800
#define GREEN 0x07e0
#define BLUE 0x001f
#define BLACK 0x0000
#define WHITE 0xffff
#endif
#define DRAWLINE1 0
#define FONTTAB 0 // 1 use the ascii2 font library
// 0 use the ascii font library
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -