control.h
来自「包内含有关于ipod mp3透反式1.46 tft液晶屏的avr示例程序和液晶屏」· C头文件 代码 · 共 31 行
H
31 行
/******************************************************************************************
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 + =
减小字号Ctrl + -
显示快捷键?