?? hd007.h
字號:
#include "fpubdef.h"
#include "fgraph.h"
#include "fgdc.h"
#ifndef __F_HD007_H__
#define __F_HD007_H__
/*LCD Status Messages*/
#define LCD_MSG_WAIT_INSTRU 0
#define LCD_MSG_READ_INSTRU 1
#define LCD_MSG_CACULATE 2
#define LCD_MSG_SENT_TO_NET 3
VOID Hd007Draw ();
VOID DrawStatus ( REGINT aMsgID );
#define LCD_OPEN() {GraphInit();GdcInit();GraphOpen();}
#define LCD_CLOSE() GraphClose()
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -