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

📄 pcb.h

📁 LCD Monitor 部分源码
💻 H
字号:
//--------------------------------------------------
// PCB Type
//--------------------------------------------------
#define _RICH_POWER_DEMO_PCB                 0        // _MCU_TYPE = _MYSON_MTV512	  no ok
#define _KR2523B_MVL_V06_PCB                 1        // _MCU_TYPE = _MYSON_MTV512	  ok
#define _RICH_POWER_2023L_PCB                2        // _MCU_TYPE = _STK_6021
#define _RP_TTL_PCB                          3        // _MCU_TYPE = _MYSON_MTV512  
#define _KR023LMVL                           4          //ok
#define _KR523BDVL                           5          //OK 
#define _KR023BMVL                           6          //ok   
#define _KR013BDA                            7          //ok
#define _KR013BMVL6BIT                       8          //ok
#define _KR023BTMDS150                       9          //no    8BIT
#define _KR023TMDS164                        10         //no
#define _KR023SMVL                           11
#define _KR523BDVL_JX                        16          //OK
//--------------------------------------------------
// New PCB Type
//--------------------------------------------------
#define _KR023S_512                          17         //ok
#define _KR023L_512                          18         //ok
#define _KR023MVT6BIT_512                    19
#define _KR023MVT8BIT_512                    20         //ok
#define _KR023BDA_512                        21
#define _KR023B_TMDS150_512                  22
#define _KR023B_TMDS164_512                  23
#define _KR523BDVL_512                       24         //ok

#define _PCB_TYPE                            _KR023MVT8BIT_512

#if(_PCB_TYPE == _RICH_POWER_DEMO_PCB)
#include "PCB\PCB_RPDemo.h"
#endif

#if(_PCB_TYPE == _KR2523B_MVL_V06_PCB)
#include "PCB\KR2523B_MVL_V06_PCB.h"
#endif

#if(_PCB_TYPE == _RICH_POWER_2023L_PCB)
#include "PCB\PCB_RP2023L.h"
#endif

#if(_PCB_TYPE == _RP_TTL_PCB)
#include "PCB\PCB_RPTTL.h"
#endif

#if(_PCB_TYPE == _KR023LMVL)
#include "PCB\PCB_KR023LMVL.h"
#endif

#if(_PCB_TYPE == _KR523BDVL)
#include "PCB\PCB_KR523BDVL.h"
#endif

#if(_PCB_TYPE == _KR013BDA)
#include "PCB\PCB_KR013BDA.h"
#endif

#if(_PCB_TYPE == _KR023BMVL)
#include "PCB\PCB_KR023BMVL.h"
#endif

#if(_PCB_TYPE == _KR013BMVL6BIT)
#include "PCB\PCB_KR013BMVL6BIT.h"
#endif

#if(_PCB_TYPE == _KR023BTMDS150)
#include "PCB\PCB_KR023BTMDS150.h"
#endif

#if(_PCB_TYPE == _KR023TMDS164)
#include "PCB\PCB_KR023TMDS164.h"
#endif

#if(_PCB_TYPE == _KR023SMVL)
#include "PCB\PCB_KR023SMVL.h"
#endif

#if(_PCB_TYPE == _KR523BDVL_JX)
#include "PCB\PCB_KR523BDVL_JX.h"
#endif

#if(_PCB_TYPE == _KR023S_512)
#include "PCB\PCB_KR023S_512.h"
#endif

#if(_PCB_TYPE == _KR023L_512)
#include "PCB\PCB_KR023L_512.h"
#endif

#if(_PCB_TYPE == _KR023MVT6BIT_512)
#include "PCB\PCB_KR023MVT6BIT_512.h"
#endif

#if(_PCB_TYPE == _KR023MVT8BIT_512)
#include "PCB\PCB_KR023MVT8BIT_512.h"
#endif

#if(_PCB_TYPE == _KR023BDA_512)
#include "PCB\PCB_KR023BDA_512.h"
#endif

#if(_PCB_TYPE == _KR023B_TMDS150_512)
#include "PCB\PCB_KR023B_TMDS150_512.h"
#endif

#if(_PCB_TYPE == _KR023B_TMDS164_512)
#include "PCB\PCB_KR023B_TMDS164_512.h"
#endif

#if(_PCB_TYPE == _KR523BDVL_512)
#include "PCB\PCB_KR523BDVL_512.h"
#endif

⌨️ 快捷键说明

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