sys_config.h

来自「一款车载DVD的车机源程序(正在生成中的哦)」· C头文件 代码 · 共 61 行

H
61
字号
/**************************************************************************
Project  :  Car two ting dvd System
Compiler :  ST7 HiCross C (HiWARE)
Module   :  autos.c 
Version  :  V 1.0
Created  :  24 11, 2005
Author   :  tomi / SA
Description
         -  Configure the system,such as what tuner/chinese/english and so on.  
Modified
		 - tomi
***************************************************************************/
/********************************************
Select the OSD drvice
********************************************/
#define T100
/********************************************
Select the TV tuner
********************************************/
//#define			TNJ_3321_UF
#define			TNJ_8355_QF
/********************************************
Select the CDC's timer
********************************************/
//#define			CDC_timer_500us			
/********************************************
Select the EEPROM
********************************************/
#define			Outside_eeprom		
/********************************************
Select the Logo
********************************************/
//#define			Logo
/********************************************
Select download outside eeprom or normal work
********************************************/
//#define		Download_outside_eeprom
/********************************************
Select the panel
********************************************/
//#define		PVI_65_panel
//#define 			LG_65_panel
#define		AU_7_panel
/********************************************
Select the guest
********************************************/
//#define 			Quest_500_a4
//#define				No_touch_system
/********************************************
Select the AM freq step(9K or 10K)
********************************************/
#define			AM_step_9K
//#define			AM_step_10K







⌨️ 快捷键说明

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