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

📄 t102_osdstring.h

📁 本项目是台湾宏芯7"TFT模拟显示屏的驱动设计
💻 H
📖 第 1 页 / 共 2 页
字号:
//Spanish
uCHAR code iAutoAdj_S      	[]={'A','U','T','O',BLANK,'A','D','J','U','S','T',EOL};
uCHAR code iAutoAdjting_S	[]={'A','d','j','u','s','t','i','n','g',BLANK,BLANK,EOL};
uCHAR code iBright_S		[]={'B','R','I','L','L','O',EOL};
uCHAR code iContrast_S		[]={'C','O','N','T','R','A','S','T','E',EOL};
uCHAR code iPhase_S       	[]={'F','A','A','S','E',EOL};
uCHAR code iPixel_S      	[]={'T','A','M','A','N','O','H',EOL};
uCHAR code iHPos_S      	[]={'P','O','S','I','C','I','O','N',0x1B,'H',EOL};
uCHAR code iVPos_S      	[]={'P','O','S','I','C','I','O','N',0x1B,'V',EOL};
uCHAR code iColor_S			[]={'C','O','L','O','R',BLANK,'A','D','J','U','S','T','M','E','N','T',EOL};
uCHAR code iLanguage_S     	[]={'L','A','N','G','U','A','G','E',EOL};
uCHAR code iRecall_S     	[]={'R','E','P','E','T','I','R',EOL};
uCHAR code iRecalling_S		[]={'R','E','S','T','I','T','U','C','I','O','N',EOL};
uCHAR code iVolume_S		[]={'V','O','L','U','M','E',EOL};

//Video
uCHAR code iPicture_E		[]={'P','I','C','T','U','R','E',EOL};
uCHAR code iTuning_E		[]={'T','U','N','I','N','G',BLANK,BLANK,EOL};
uCHAR code iSharp_E			[]={'S','H','A','R','P','N','E','S','S',EOL};
//uCHAR code iSat_E			[]={'S','A','T','U','R','A','T','I','O','N',EOL};
uCHAR code iSat_E			[]={'C','O','L','O','R',BLANK,BLANK,BLANK,BLANK,BLANK,EOL};
uCHAR code iHue_E			[]={'H','U','E',BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,EOL};
#if (defined T112) | (defined T116)|(defined T118) 		
uCHAR code iRGB_E			[]={'R','G','B',BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,EOL};	 
uCHAR code iVCOMA_E			[]={'V','C','O','M','A',BLANK,BLANK,BLANK,BLANK,BLANK,EOL};		 
uCHAR code iVCOMD_E			[]={'V','C','O','M','D',BLANK,BLANK,BLANK,BLANK,BLANK,EOL};		 
uCHAR code iLEDtune_E		[]={'L','E','D',BLANK,BLANK,BLANK,BLANK,BLANK,EOL};		 
uCHAR code iBuildinFont_E	[]={'B','U','I','L','D',BLANK,'I','N',BLANK,'F','O','N','T',BLANK,BLANK,BLANK,BLANK,BLANK,EOL};		 
#endif
//TV
uCHAR code iChannel_E		[]={'C','H','A','N','N','E','L',EOL};
uCHAR code iAfc_E			[]={'A','F','C',EOL};
uCHAR code iBand_E			[]={'B','A','N','D',EOL};
uCHAR code iSource_E		[]={'T','V',BLANK,'M','O','D','E',EOL};
uCHAR code iSoundSystem_E	[]={'S','O','U','N','D',BLANK,'S','Y','S','T','E','M',EOL};
uCHAR code iSkip_E			[]={'S','K','I','P',EOL};
uCHAR code iSwap_E			[]={'S','W','A','P',EOL};
uCHAR code iSearch_E		[]={'S','E','A','R','C','H',EOL};
uCHAR code iFineTune_E		[]={'F','I','N','E',BLANK,'T','U','N','E',EOL};
uCHAR code iAutoMemory_E	[]={'A','U','T','O',BLANK,'M','E','M','O','R','Y',EOL};
uCHAR code iAutoScan_E		[]={'A','U','T','O',BLANK,'S','C','A','N',EOL};

uCHAR code iTV				[]={'C','H','A','N','N','E','L',EOL};
uCHAR code iDVD				[]={'D','V','D',EOL};
uCHAR code iPC				[]={'P','C',EOL};

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

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

//TW101
uCHAR code iCVBS_TV		[]={'T','V',EOL};
#ifdef _160_234
uCHAR code iCVBS_1		[]={'C','B','1',EOL};
uCHAR code iCVBS_2		[]={'C','B','2',EOL};
uCHAR code iSVideo		[]={'S','V',EOL};
uCHAR code iSVideo_1	[]={'S','V','1',EOL};  // add by Sherman 05'10'19
#else
uCHAR code iCVBS_1		[]={'C','V','B','S' ,BLANK, '1',EOL};
uCHAR code iCVBS_2		[]={'C','V','B','S' ,BLANK, '2',EOL};
uCHAR code iCVBS_3		[]={'C','V','B','S' ,BLANK, '3',EOL};
uCHAR code iCVBS_4		[]={'C','V','B','S' ,BLANK, '4',EOL};
uCHAR code iCVBS_5		[]={'C','V','B','S' ,BLANK, '5',EOL};
uCHAR code iCVBS_6		[]={'C','V','B','S' ,BLANK, '6',EOL};
uCHAR code iSVideo		[]={'S',BLANK,'V','I','D','E','O',EOL};
uCHAR code iSVideo_1	[]={'S',BLANK,'V','I','D','E','O',BLANK,'1',EOL};  // add by Sherman 05'10'19
uCHAR code iSVideo_2	[]={'S',BLANK,'V','I','D','E','O',BLANK,'2',EOL};
uCHAR code iCOMPONENT	[]={'C','O','M','P','O','N','E','N','T',EOL};
#endif

uCHAR code iPAL				[]={BLANK,'P','A','L',EOL};
uCHAR code iNTSC			[]={'N','T','S','C',EOL};
uCHAR code iSECAM			[]={'S','E','C','A','M',EOL};
uCHAR code iPAL_I			[]={BLANK,'I',EOL};
uCHAR code iPAL_DK			[]={'D','K',EOL};
uCHAR code iNTSC_4			[]={'N','T','S','C',BLANK,'4',EOL};
uCHAR code iPAL_M			[]={'P','A','L',BLANK,'M',EOL};
uCHAR code iPAL_CN			[]={'P','A','L',BLANK,'C','N',EOL};

uCHAR code iScaleFULL []={'F','U','L','L',EOL};
uCHAR code iScale16_9 []={'1','6',':','9',EOL};
uCHAR code iScale4_3 []={'4',BLANK,'3',BLANK,EOL};
uCHAR code iScale1_1 []={'1',':','1',BLANK,EOL};

uCHAR code iScale4_31 []={'4',':','3',BLANK,BLANK,BLANK,EOL};

uCHAR code iZoom_1   []={'M', 'O', 'D', 'E', BLANK, '1',EOL};
uCHAR code iZoom_2   []={'M', 'O', 'D', 'E', BLANK, '2',EOL};
uCHAR code iZoom_3   []={'Z', 'O', 'O', 'M', BLANK, '2',EOL};
uCHAR code iZoom_4   []={'W', 'I', 'D', 'E', EOL};
uCHAR code iZoom_5   []={'W', 'I', 'D', 'E', BLANK, '2',EOL};
uCHAR code iZoom_6   []={'Z', 'O', 'O', 'M', BLANK, '3', EOL};
uCHAR code iZoom_7   []={'Z', 'O', 'O', 'M', BLANK, '3', EOL};   //add by Sherman 05'08'24

// add by Sherman 06'01'20
#ifdef T100A
#ifdef T515
code unsigned char *OSDSource[]={iCVBS_1,iCVBS_2,iCVBS_3,iSVideo,iSVideo_1,iCVBS_5,iCVBS_6,iSVideo_2};
#else
code unsigned char *OSDSource[]={iCVBS_1,iCVBS_2,iCVBS_3,iSVideo,iSVideo_1};
#endif
#endif

#ifdef T102
#ifdef T515
code unsigned char *OSDSource[]={iCVBS_1,iCVBS_2,iSVideo,iSVideo_1,iCVBS_5,iCVBS_6,iSVideo_2};
#else
code unsigned char *OSDSource[]={iCVBS_1,iCVBS_2,iSVideo,iSVideo_1};
#endif
#endif

#if (defined T101A)|(defined T101)
#ifdef T515
code unsigned char *OSDSource[]={iCVBS_1,iCVBS_2,iCVBS_3,iCVBS_4,iSVideo,iCVBS_5,iCVBS_6,iSVideo_2};
#else
code unsigned char *OSDSource[]={iCVBS_1,iCVBS_2,iCVBS_3,iCVBS_4,iSVideo};
#endif
#endif

#ifdef T106
#ifdef T515
//code unsigned char *OSDSource[]={iCVBS_5,iCVBS_6,iSVideo_2};
code unsigned char *OSDSource[]={iCVBS_1,iCVBS_2,iCVBS_3,iSVideo,iCVBS_5,iCVBS_6,iSVideo_1,iSVideo_2};
#endif
#endif

#ifdef T112
code unsigned char *OSDSource[]={iCVBS_1,iCVBS_2,iSVideo};
#endif
#ifdef T118
code unsigned char *OSDSource[]={iCVBS_1,iCVBS_2,iCVBS_3,iSVideo};
#endif

#ifdef T116
#ifdef T515
code unsigned char *OSDSource[]={iCVBS_1,iCVBS_2,iCVBS_3,iSVideo,iCVBS_5,iCVBS_6,iSVideo_1,iSVideo_2};
#endif
#endif


⌨️ 快捷键说明

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