📄 ext_intf.h
字号:
#define end 0xfffd
#define last 0xfffe
#define OutReg (*((volatile Uint16 *)0x40FF))
#define LedReg (*((volatile Uint16 *)0x41FF))
#define SDReg (*((volatile Uint16 *)0x43FF))
#define KeyReg (*((volatile Uint16 *)0x44FF))
#define InlReg (*((volatile Uint16 *)0x45FF))
#define InhReg (*((volatile Uint16 *)0x46FF))
#define IntReg (*((volatile Uint16 *)0x47FF))
#define LCD_DAT (*((volatile Uint16 *)0x48EF))
#define LCD_COM (*((volatile Uint16 *)0x48FF))
void LcdInit(Uint16 *p1,Uint16 *p2);
void ClearScr(void);
void MainWindows(void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -