mg12232.h
上传用户:xs588588
上传日期:2021-03-30
资源大小:242k
文件大小:1k
源码类别:

DSP编程

开发平台:

C/C++

  1. void Init_CLK(void);
  2. void Init_Port(void);
  3. void E1_High(void);
  4. void E1_Low(void);
  5. void E2_High(void);
  6. void E2_Low(void);
  7. void A0_High(void);
  8. void A0_Low(void);
  9. void R_W_High(void);
  10. void R_W_Low(void);
  11. void WaitIdle(int nZone);
  12. void SendCommand(int nZone,char nVal);
  13. void WriteData(int nZone,char nVal, char nAddr);
  14. void DisplayOn(int nZone);
  15. void DisplayOff(int nZone);
  16. void ClearScreen(int nZone);
  17. void LcdDisplayInit(int nZone);
  18. void LcdDisplayWord(int nZone,char nRow,char nPageNo,char nColAddr,char nTable[]);