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

📄 d_osdstring.h

📁 这是T118和T103的通用程序
💻 H
字号:
#ifndef __OSD_DSTR__
#define __OSD_DSTR__
#define BLANK 0x20
#define SHADOW_H	0x3C
#define SHADOW_V	0x3D

//////Translation/////////////
//deutsch
uCHAR code iBright_D			[]={'H','e','l','l','i','g','k','e','i','t',EOL};
uCHAR code iContrast_D		[]={'K','o','n','t','r','a','s','t',EOL};
uCHAR code iSharp_D		    []={'S','c','h',0x1B,'r','f','e',BLANK,'a','g','u','d','e','z',EOL};
uCHAR code iSat_D         []={'F','a','r','b','e',EOL};
uCHAR code iHue_D		    	[]={'A','u','s','s','e','h','e','n',EOL};

uCHAR code iLanguage_D       	[]={'S','p','a','r','c','h','e',EOL};
/////////////////////////////////

							 				// 1    2    3		4	 5	  	6		7	  8   9	  10   11	12	  13	 14  15	 16	 17   18   19	 20   21	  22	 23	24	   25	 26   27  	28   29   30   31
//uCHAR code iBlankLine 			[]={0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,EOL};
uCHAR code iBlankLine_D 			[]={0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,EOL};
uCHAR code iTopThinBar_D			[]={0x20,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x21,EOL};
uCHAR code iBotThinBar_D			[]={0x22,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x23,EOL};
uCHAR code iFrameLine_D			[]={0x1E,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3B,EOL};
uCHAR code iShadowV_D				[]={0x3E,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3F,EOL};
//        Main Menu English
//uCHAR code iOK					[]={'O','K',EOL};
uCHAR code iPicture_D			    []={'P','I','C','T','U','R','E','D',EOL};
uCHAR code iAutoAdjIcon_D  		[]={0x12,0x13,EOL};
uCHAR code iAutoAdj_D      		[]={'A','U','T','O',BLANK,'A','D','J','U','S','T',EOL};
uCHAR code iAutoAdjting_D			[]={'A','d','j','u','s','t','i','n','g',BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,EOL};
uCHAR code iBrightIcon_D			[]={0x00,0x01,EOL};
//uCHAR code iBright_D			[]={'B','R','I','G','H','T','N','E','S','S','D',EOL};
uCHAR code iContrastIcon_D		[]={0x02,0x03,EOL};
//uCHAR code iContrast_D			[]={'C','O','N','T','R','A','S','T','D',EOL};
uCHAR code iPhaseIcon_D      		[]={0x04,0x05,EOL};
uCHAR code iPhase_D          	[]={'P','H','A','S','E',EOL};
uCHAR code iPixelIcon_D  			[]={0x06,0x07,EOL};
uCHAR code iPixel_D      		[]={'P','I','X','E','L',BLANK,'C','L','O','C','K',EOL};
uCHAR code iHPosIcon_D  			[]={0x08,0x09,EOL};
uCHAR code iHPos_D      		[]={'H',BLANK,'P','O','S','I','T','I','O','N',EOL};
uCHAR code iVPosIcon_D  			[]={0x0A,0x0B,EOL};
uCHAR code iVPos_D      		[]={'V',BLANK,'P','O','S','I','T','I','O','N',EOL};
uCHAR code iColorIcon_D			[]={0x0C,0x0D,EOL};
uCHAR code iColor_D				[]={'C','O','L','O','R',BLANK,'A','D','J','U','S','T','M','E','N','T',EOL};
uCHAR code iLanguageIcon_D   		[]={0x0E,0x0F,EOL};
//uCHAR code iLanguage_D       	[]={'L','A','N','G','U','A','G','E',EOL};
uCHAR code iRecallIcon_D   		[]={0x10,0x11,EOL};
//uCHAR code iRecall_D     		[]={'R','E','C','A','L','L',EOL};
//uCHAR code iRecalling_D			[]={'R','E','C','A','L','L','I','N','G',EOL};
uCHAR code iRecall_D     		[]={'R','E','S','E','T',EOL};
uCHAR code iRecalling_D			[]={'R','E','S','E','T','T','I','N','G',EOL};
uCHAR code iVolume_D			[]={'V','O','L','U','M','E',EOL};
uCHAR code iOK_D					[]={'O','K',EOL};
uCHAR code iVolumeIcon_D			[]={0x18,0x19,EOL};
uCHAR code iTiming_D			[]={'T','I','M','I','N','G',EOL};

//Color User Menu
uCHAR code iBlank_D         		[]={BLANK, EOL};
uCHAR code iR_D					[]={'R',EOL};
uCHAR code iG_D      				[]={'G',EOL};
uCHAR code iB_D      				[]={'B',EOL};
uCHAR code i9300K_D				[]={'9','3','0','0','K',EOL};
uCHAR code i6500K_D         		[]={'6','5','0','0','K',EOL};

//SRC Menu
uCHAR code iSrcSelect_D      		[]={'I' ,'N' ,'P' ,'U' ,'T' ,BLANK ,'S' ,'O' ,'U' ,'R' ,'C' ,'E' ,BLANK ,'S' ,'E' ,'L' ,'E' ,'C' ,'T' ,EOL};
uCHAR code iSrcSlctIcon_D 	[]={0x29,0x2a,EOL};
uCHAR code iSrcChangeIcon_D  	[]={0x3e,0x3f,EOL};
uCHAR code iSrcAnalog_D      	[]={'A','N','A','L','O','G',EOL};
uCHAR code iSrcDigital_D     	[]={'D','I','G','I','T','A','L',EOL};
uCHAR code iSrcCVideo_D      	[]={'C',BLANK,'V','I','D','E','O',EOL};
uCHAR code iSrcSVideo_D		[]={'S',BLANK,'V','I','D','E','O',EOL};
uCHAR code iSrcTV_D			[]={'T','V',BLANK,BLANK,EOL};
uCHAR code iSrcTVManSel_D		[]={'T','V',BLANK,'M','A','N','U','A','L',BLANK,'S','E','L','E','C','T',EOL};

uCHAR code iNoSignal_D		[]={'N','O',BLANK,'S','I','G','N','A','L',EOL};	
uCHAR code iNoSupport_D		[]={'N','O',BLANK,'S','U','P','P','O','R','T',EOL};	
uCHAR code iFailSafeMode_D	[]={'F','A','I','L',BLANK,'S','A','F','E',BLANK, 'T','U','R','N',BLANK,'R','A','T','E',EOL};	
uCHAR code iAutoAdjust_D		[]={'A','U','T','O',BLANK,'A','D','J','U','S','T',
										' ','I','N',BLANK,'P','R','O','G','R','E','S','S',EOL};	
uCHAR code iPowerOff_D		[]={'P','O','W','E','R',' ','O','f','f',' ',EOL};
uCHAR code iADCCalib_D		[]={'D','O',BLANK,'C','O','L','O','R',BLANK,'C','A','L','I','B','R','A','T','I','O','N',0x1A,EOL};
uCHAR code iCalibrating_D		[]={'C','A','L','I','B','R','A','T','I','N','G',0x14,0x14,0x14,EOL};
uCHAR code iYes_D			[]={'P','R','E','S','S',BLANK,0x1C,'E','X','I','T',0x1D,BLANK,'A','G','A','I','N',EOL};
uCHAR code iAdcSubsample_D	[]={'S','U','B','S','A','M','P','L','E',BLANK,'M','O','D','E',BLANK,EOL};	
uCHAR code iSyncError_D		[]={'S','Y','N','C',BLANK,'E','R','R','O','R',BLANK,EOL};
uCHAR code iProcess_D			[]={'P','R','O','C','E','S','S',EOL};
//uCHAR code iChannel_D			[]={'C','H','A','N','N','E','L',BLANK,BLANK,BLANK,BLANK,BLANK,EOL};


uCHAR code iEnglish_D			[]={'E','N','G','L','I','S','H',EOL};	
uCHAR code iFrench_D			[]={'F','R','E','N','C','H',BLANK,BLANK,BLANK,'F','R','A','N','C','A','I','S',EOL};	
uCHAR code iGerman_D			[]={'G','E','R','M','A','N',BLANK,BLANK,BLANK,'D','E','U','T','S','C','H',EOL};
uCHAR code iItalian_D			[]={'I','T','A','L','I','A','N',BLANK,BLANK,'I','T','A','L','I','A','N','O',EOL};
uCHAR code iSpanish_D			[]={'S','P','A','N','I','S','H',BLANK,BLANK,'E','S','P','A',0x5D,'O','L',EOL};

//Factory mode menu
uCHAR code iReset_D			[]={'A','l','l',BLANK,'R','e','s','e','t',EOL};
uCHAR code iWhite_D				[]={'W','h','i','t','e',BLANK,'B','a','l','a','n','c','e',EOL};
uCHAR code iGain_D				[]={'G','a','i','n',EOL};
uCHAR code iOffset_D				[]={'O','f','f','s','e','t',EOL};
uCHAR code iBKLight_D				[]={'B','a','c','k','l','i','g','h','t',EOL};
uCHAR code i9300R_D				[]={'9','3','0','0',BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,'R',EOL};
uCHAR code i9300G_D				[]={BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,'G',EOL};
uCHAR code i9300B_D				[]={BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,'B',EOL};
uCHAR code i6500R_D				[]={'6','5','0','0',BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,'R',EOL};
uCHAR code i6500G_D				[]={BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,'G',EOL};
uCHAR code i6500B_D				[]={BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,'B',EOL};
	
//Video
//uCHAR code iPicture_D		[]={'P','I','C','T','U','R','E',EOL};
uCHAR code iTuning_D		[]={'T','U','N','I','N','G',BLANK,BLANK,EOL};
//uCHAR code iSharp_D			[]={'S','H','A','R','P','N','E','S','S',EOL};
//uCHAR code iSat_D			[]={'S','A','T','U','R','A','T','I','O','N',EOL};
//uCHAR code iSat_D			[]={'C','O','L','O','R',EOL};
//uCHAR code iHue_D			[]={'H','U','E',EOL};
uCHAR code iRGB_D			[]={'R','G','B',BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,EOL};

//TV
uCHAR code iChannel_D		[]={'C','H','A','N','N','E','L',EOL};
uCHAR code iAfc_D			[]={'A','F','C',EOL};
uCHAR code iBand_D			[]={'B','A','N','D',EOL};
uCHAR code iSource_D		[]={'T','V',BLANK,'M','O','D','E',EOL};
uCHAR code iSoundSystem_D	[]={'S','O','U','N','D',BLANK,'S','Y','S','T','E','M',EOL};
//uCHAR code iSkip_D			[]={'S','K','I','P',EOL};
uCHAR code iSkip_D			[]={'A','D','D',0x26,'E','R','A','S','E',EOL};
uCHAR code iSwap_D			[]={'S','W','A','P',EOL};
uCHAR code iSearch_D		[]={'S','E','A','R','C','H',EOL};
uCHAR code iFineTune_D		[]={'F','I','N','E',BLANK,'T','U','N','E',BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,0x3C,0x3D,0x3E,EOL};
uCHAR code iAutoMemory_D	[]={'A','U','T','O',BLANK,'M','E','M','O','R','Y',EOL};
uCHAR code iAutoScan_D		[]={'A','U','T','O',BLANK,'S','C','A','N',EOL};

uCHAR code iTVNum_D				[]={'C','H','A','N','N','E','L',EOL};
uCHAR code iDVD_D					[]={'D','V','D',EOL};
uCHAR code iPC_D					[]={'P','C',EOL};

uCHAR code iCable_D					[]={'C','A','B','L','E',EOL};
uCHAR code iAir_D					[]={BLANK,BLANK,'A','I','R',EOL};

uCHAR code iBlankIcon_D			[]={BLANK, BLANK, EOL};

#ifdef TV
uCHAR code iTV_D			[]={'T','V',EOL};
#endif
uCHAR code iCVBS_1_D			[]={'C','V','B','S' ,BLANK, '1',EOL};

uCHAR code iCVBS_2_D			[]={'C','V','B','S' ,BLANK, '2',EOL};
uCHAR code iCVBS_3_D			[]={'C','V','B','S' ,BLANK, '3',EOL};
uCHAR code iCVBS_4_D			[]={'C','V','B','S' ,BLANK, '4',EOL};
uCHAR code iCVBS_5_D			[]={'C','V','B','S' ,BLANK, '5',EOL};
uCHAR code iCVBS_6_D			[]={'C','V','B','S' ,BLANK, '6',EOL};
uCHAR code iSVideo_D			[]={'S',BLANK,'V','I','D','E','O',EOL};
uCHAR code iSVideo_1_D		[]={'S',BLANK,'V','I','D','E','O',BLANK,'1',EOL};
uCHAR code iSVideo_2_D		[]={'S',BLANK,'V','I','D','E','O',BLANK,'2',EOL};
uCHAR code iYPbPr_D	   	[]={'Y','P','B','P','R',EOL};  // add by Sherman 06'01'12
uCHAR code iVGA_D			   	[]={'V','G','A',EOL};  
uCHAR code iRGB565_D		   	[]={'R','G','B','5','6','5',EOL};  
uCHAR code iCOMPONENT_D		[]={'C','O','M','P','O','N','E','N','T',EOL};

uCHAR code iPAL_D					[]={BLANK,'P','A','L',EOL};
uCHAR code iNTSC_D				[]={'N','T','S','C',EOL};
uCHAR code iSECAM_D				[]={'S','E','C','A','M',EOL};
// add by Sherman 06'01'26
uCHAR code iNTSC_4_D				[]={'N','T','S','C',BLANK,'4',EOL};
uCHAR code iPAL_M_D				[]={'P','A','L',BLANK,'M',EOL};
uCHAR code iPAL_N_D				[]={'P','A','L',BLANK,'N',EOL};


uCHAR code iPAL_I_D				[]={BLANK,'I',EOL};
uCHAR code iPAL_DK_D				[]={'D','K',EOL};
uCHAR code iPAL_CN_D				[]={'C','N',EOL};
uCHAR code iScaleFULL_D	 []={'F','U','L','L',EOL};
uCHAR code iScale16_9_D	 []={'1','6',':','9',EOL};
uCHAR code iScale4_3_D	 []={'4',':','3',BLANK,EOL};
uCHAR code iScale1_1_D	 []={'1',':','1',BLANK,EOL};
uCHAR code iZoom_1_D	   []={'Z', 'O', 'O', 'M', BLANK, '1',EOL};
uCHAR code iZoom_2_D	   []={'W', 'I', 'D', 'E', BLANK, '1',EOL};
uCHAR code iZoom_3_D	   []={'Z', 'O', 'O', 'M', BLANK, '2',EOL};
uCHAR code iZoom_4_D	   []={'W', 'I', 'D', 'E', EOL};
uCHAR code iZoom_5_D	   []={'W', 'I', 'D', 'E', BLANK, '2',EOL};
uCHAR code iZoom_6_D	   []={'Z', 'O', 'O', 'M', BLANK, '3', EOL};
uCHAR code iZoom_7_D	   []={'Z', 'O', 'O', 'M', BLANK, '3', EOL};   //add by Sherman 05'08'24

#else
#ifdef TV
extern uCHAR code iTV[];
#endif
extern uCHAR code iCVBS_1_D			[];
extern uCHAR code iCVBS_2_D			[];
extern uCHAR code iCVBS_3_D			[];
extern uCHAR code iCVBS_4_D			[];
extern uCHAR code iCVBS_5_D			[];
extern uCHAR code iCVBS_6_D			[];
extern uCHAR code iSVideo_D			[];
extern uCHAR code iSVideo_1_D		[];
extern uCHAR code iSVideo_2_D		[];
extern uCHAR code iYPbPr_D	   	[];
extern uCHAR code iVGA_D			   	[];
extern uCHAR code iRGB565_D		   	[]; 
extern uCHAR code iCOMPONENT_D		[];

#endif

⌨️ 快捷键说明

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