?? includes.h
字號(hào):
/*
*********************************************************************************************************
* 文件: Includes.h
* 描述: 頭文件, 僅供 所有用戶 函數(shù)包含.
* 編寫: 深思 (001-12345@sohu.com).
*********************************************************************************************************
*/
#ifndef __Includes_H
#define __Includes_H
#include "uC_OS.H"
#include "GUI.H"
#include "lcdconf.h"
#include "button.h"
#include "progbar.h"
#include "scrollbar.h"
#include "Variable.H"
#endif
/*
********************************************************************************************************
* End.
********************************************************************************************************
*/
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -