⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pcb.h

📁 RTD2662板卡源代码
💻 H
字号:
//----------------------------------------------------------------------------------------------------
// ID Code      : Pcb.h No.0001
// Update Note  :
//
//----------------------------------------------------------------------------------------------------

//--------------------------------------------------
// PCB Type
//--------------------------------------------------
#define _PCB_GMI2660_DEMO1         				0		// for 3580D single chip platform
#define _PCB_RTD2660_DEMO2                      1
#define _PCB_RTD2660_DEMO3                      2       // TB1338



#define _PCB_TYPE								_PCB_GMI2660_DEMO1
                                  
//--------------------------------------------------

#if(_PCB_TYPE == _PCB_GMI2660_DEMO1)
#include "pcb\Pcb_RTD3580D_LCDTV_DEMO_PCB1.h"
#endif

#if(_PCB_TYPE == _PCB_RTD2660_DEMO2)
#include "pcb\Pcb_RTD3580D_LCDTV_DEMO_PCB2.h"
#endif

#if(_PCB_TYPE == _PCB_RTD2660_DEMO3)
#include "pcb\Pcb_RTD3580D_LCDTV_DEMO_PCB3.h"
#endif

 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -