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

📄 define.h

📁 MST720-DEMO程序
💻 H
字号:
/******************************************************************************
 Copyright (c) 2003 MStar Semiconductor, Inc.
 All rights reserved.

 [Module Name]: Define.h
 [Date]:        5-Jan-2005
 [Comment]:
   For MST project define header file.
 [Reversion History]:
*******************************************************************************/
#ifndef _DEFINE_H_
#define _DEFINE_H_
/////////////////////////////////////////
// Maria reversion Selection
/////////////////////////////////////////
#define MARIA_1				0
#define MARIA_2				1

/////////////////////////////////////////
// EEPROM Selection
/////////////////////////////////////////
#define RM_TYPE_24C02		0
#define RM_TYPE_24C04		1
#define RM_TYPE_24C08		2
#define RM_TYPE_24C16		3
#define RM_TYPE_24C32		4
#define RM_TYPE_SST512		5
#define RM_TYPE_SST010		6
#define RM_TYPE_PMC512		7
#define RM_TYPE_PMC010		8

///////////////////////////////////////////
// Panel Type Define
///////////////////////////////////////////
#define PNL_AU20_D			0
#define PNL_AU07_AT			1
#define PNL_LG07_AT			2
#define PNL_AU102_DT		3
#define PNL_SHARP08_D		4
#define PNL_PVI07_DT		5
#define PNL_INX35_AT		6
#define PNL_TMD08_AT		7
#define PNL_PVI09_AT		8
#define PNL_TS05_AT			9
#define PNL_HANNSTAR12_D	10
#define PNL_PVI10_AT		11
#define PNL_PVI35_AT		12	//kevin
#define PNL_PVI36_AT		13
#define PNL_PVI45_AT		14
#define PNL_PVI65_AT		15
#define PNL_PVI09W_AT		16
#define PNL_CPT07_AT		17
#define PNL_CPT09_AT		18
#define PNL_CHILIN35_AT		19
#define PNL_NY56_AT			20
#define PNL_LG07I_AT		21
#define PNL_HS05_AT			22
#define PNL_PVI08W_AT		23
#define PNL_TMD07_AT		24
#define PNL_AU25_AT			25	//kevin
#define PNL_AU85_AT			26	//kevin
#define PNL_FUJITSU17_L		27
#define PNL_HITACHI26_L		28
#define PNL_LG15_L			29
#define PNL_HANNSTAR96_L	30
#define PNL_TMD133_L		31
#define PNL_AT07_AT			32
#define PNL_LTA07_AT		33
#define PNL_LTA09_AT		34
#define PNL_HSD07_AT		35

#define PNL_DAC_CRT			99

//#define mstWriteByte	mStar_WriteByte	//kevin temp
//#define mstReadByte	mStar_ReadByte	//kevin temp

#endif	//_DEFINE_H_

⌨️ 快捷键说明

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