📄 sys_config.h
字号:
/**************************************************************************
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -