mg12232.h
资源名称:msp430.rar [点击查看]
上传用户:xs588588
上传日期:2021-03-30
资源大小:242k
文件大小:1k
源码类别:
DSP编程
开发平台:
C/C++
- void Init_CLK(void);
- void Init_Port(void);
- void E1_High(void);
- void E1_Low(void);
- void E2_High(void);
- void E2_Low(void);
- void A0_High(void);
- void A0_Low(void);
- void R_W_High(void);
- void R_W_Low(void);
- void WaitIdle(int nZone);
- void SendCommand(int nZone,char nVal);
- void WriteData(int nZone,char nVal, char nAddr);
- void DisplayOn(int nZone);
- void DisplayOff(int nZone);
- void ClearScreen(int nZone);
- void LcdDisplayInit(int nZone);
- void LcdDisplayWord(int nZone,char nRow,char nPageNo,char nColAddr,char nTable[]);