Ddc.h
上传用户:xmyjxjd
上传日期:2013-05-04
资源大小:1517k
文件大小:1k
开发平台:

C/C++

  1. //***********************************************************************
  2. //                                      Myson Addition DDCRAM 
  3. //***********************************************************************
  4. #include "HEADERMain_def.h"
  5. #define WslvA1I 0x04
  6. //#ifndef _DDC_
  7. #if(USE_MCU_DDC)
  8. #ifdef _DDC_
  9. void EnableDDC(void);
  10. //void EnableDDCWriter();
  11. void MovEEPROM(unsigned char *array,unsigned char index);
  12. //extern void MovEEPROM_2(unsigned char *array);
  13. void EDID_Process();
  14. #else
  15. #define _DDC_
  16. extern void EnableDDC(void);
  17. //extern void EnableDDCWriter();
  18. extern void MovEEPROM(unsigned char *array,unsigned char index);
  19. //extern void MovEEPROM_2(unsigned char *array);
  20. extern void EDID_Process();
  21. extern unsigned char code EDID_DATA1[128];
  22. #endif
  23. #endif