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

📄 include.h

📁 关于收音功能代码,并且显示在OSD和VFD上
💻 H
字号:
/**************************************************************************************/
/***********************                    BBK CONFIDENTIAL                   ************************/
/***********************                                                                    ************************/
/***********************         Description : Digital Audio Process          ************************/
/***********************                                                                    ************************/
/*********************** Company: BBK AV ELECTRONICS CORP.,LTD ************************/
/***********************                                                                    ************************/
/***********************              Programmer : Terry Lee                  ******** ****************/
/**************************************************************************************/

#ifndef _INCLUDE_H_
#define _INCLUDE_H_


#include "..\..\..\typedef.h"
//#include "tas5508.h"
#include "ampkey.h"
#include "amposd.h"
#include "ampvfd.h"
#include "ampio.h"
#ifdef BBK_RD2_TUNER
#include "BBKtuner.h"
#include "tunerctr.h"
//#include "tunerrds.h"
//#include "BBKtunermenu.h"
#ifdef BBK_RD2_RDS
#include "TunerRDS.h"
#endif
#endif
#include "PT2314.h"
#include "..\..\..\pindef.h"
#ifdef BBK_RD2_AUXIN
#include "BBKauxin.h"
#endif

#endif

⌨️ 快捷键说明

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