?? main.c
字號:
typedef unsigned int UINT;
extern void Ch_InitLcd(void);
extern void Ch_Lcd(UINT ulcd,UINT Ulcd_start);
extern void Send_LcdCommand(UINT Comm);
extern void Clr_Watchdog(void);
extern UINT lcd_help[];
main()
{
UINT i;
Ch_InitLcd();
Ch_Lcd(lcd_help,16);
Send_LcdCommand(0x0700);
// Send_LcdCommand(0x0800);
while(1)
{Clr_Watchdog();}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -