dvdvfd.h

来自「一个不错的硬盘播放器程序,包含VFD显示程序,红外线遥控程序,硬盘读写程序,及解」· C头文件 代码 · 共 140 行

H
140
字号
/* Copyright 1997, ESS Technology, Inc.					*//* SCCSID @(#)dvdvfd.h	1.6  1/27/98 *//* * $Log$ *//*---------------------------------------------------------------------------*//*  Definitons of comand set                                                */#ifndef __PANELCMD_H__#define __PANELCMD_H__/*  Definitons of comand set                                                */#define TOTAL_TRACK             0x0800          /* 10-10-96 Alger */#define SEG_EMPTY		0x00#define PANEL_IND1              0x1b00#define SEG_VCD_V		0x01#define SEG_VCD_CD      	0x02#define SEG_DVD			0x08#define SEG_S1			0x10#define SEG_S2			0x20#define SEG_S3			0x40#define SEG_S4			0x80/* for VCD compatible */#define SEG_MUSIC_CD    	SEG_VCD_CD#define SEG_VCD			(SEG_VCD_V|SEG_VCD_CD)#define SEG_CDI			SEG_VCD_V#define SEG_VIDEO		0#define SEG_KEY_PLUS		0#define SEG_KEY_MINUS		0#define SEG_KEY_RESUME		0#define PANEL_IND2              0x1c00#define SEG_REMAIN		0x01#define SEG_PROGRAM     	0x02#define SEG_RANDOM      	0x04#define SEG_REPEAT      	0x08#define SEG_REP_1       	0x10#define SEG_REP_ALL     	0x20#define SEG_REP_A       	0x40#define SEG_REP_B       	0x80#define PANEL_IND3              0x1d00#define SEG_NTSC        	0x01#define SEG_PAL         	0x02#define SEG_1_L         	0x04#define SEG_2_R         	0x08#define SEG_VOCAL       	0x10#define SEG_PBC			0x20#define SEG_L_MICROPHONE	0x40#define SEG_R_MICROPHONE	0x80#define SEG_STEREO		0#define SEG_PBC_OFF		0#define PANEL_IND4              0x1e00#define SEG_PLAY        	0x01#define SEG_PAUSE       	0x02#define SEG_TRACK       	0x04#define SEG_CHAPTER		0x08#define SEG_TIME        	SEG_EMPTY#define SEG_INTRO       	0x10#define SEG_15_PLUS     	0x20#define SEG_COLON       	0x40#define SEG_HYPHEN      	0x80#define SEG_20_PLUS 		SEG_EMPTY#define PANEL_IND5		0x1f00#define SEG_ANGLE		0x01#define SEG_TITLE		0x02#define SEG_AC_3		0x04/** ======= */#define PANEL_HOUR		0x2300#define PANEL_MIN               0x2400#define PANEL_SEC               0x2000#define PANEL_TRACK             0x2100#define PANEL_NEXT              0x2200          /* LCD version only */#define PANEL_BLANK             0x2500                                                /* PANEL BLANK sub command */#define BLANK_SEC       	0x01#define BLANK_TRACK    		0x02#define BLANK_NEXT      	0x03#define BLANK_MIN       	0x04#define BLANK_ALL       	0x05#define CLR_FLASH_NO    	0x0b#define BLANK_TIME      	0x0e#define BLANK_TITLE_INFO	0x0f#define PANEL_FLASH             0x5000          #define CLEAR_ACCESS    	0x00    #define FLASH_ACCESS    	0x01#define FLASH_CAL               0x5200#define SHOW_MSG                0x2700          /* see data below */#define SHOW_NO_DISC    	0x00#define SHOW_UN_DISC    	0x01#define SHOW_OPEN       	0x02#define SHOW_CLOSE      	0x03#define SHOW_ERR_       	0x04#define SHOW_STOP		0x06#define SHOW_ROOT_MENU		0x07#define SHOW_TITLE_MENU		0x08#define SHOW_NOTHING    	0x09#define HOST_RESUME_MIN         0x3100#define HOST_RESUME_SEC         0x3200#define HOST_RESUME_TRACK       0x3300#define RESUME_CMD              0x3400#define	PANEL_VCD		0x3500#define	PANEL_VCD_11		0x1#define	PANEL_VCD_20		0x2#define	PANEL_END_TRACK		0x3600#define	PANEL_AUTO_PAUSE	0x3700#define	PANEL_AUTO_PAUSE_BIT	0x1#define	PANEL_DE_EMPHASIS	0x3800#define	PANEL_DE_EMPHASIS_BIT	0x1#define	PANEL_DISC_SLOT		0x4100/* add support for indicator of DVD */#define PANEL_LIGHT_INDICATOR	0x6000/* use these 2 command to send calendar shadowram info */#define PANEL_CALENDAR1		0x6100#define PANEL_CALENDAR2		0x6200#define PANEL_CALENDAR3		0x6300#endif

⌨️ 快捷键说明

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