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

📄 menutext.h

📁 完整的软件学习--显示器驱动视频软件
💻 H
字号:
#include "Panel.h"
/*
V0.01  	Date 2003/10/04
V2.09  	Date 2003/12/13
V2.10  	L1762A2 Date 2003/12/13
       	SSC 1.5% for EMI require
V2.11  	L1762A2 Date 2004/01/04
		1. New adjust Factory ColorTemp Method is added
		2. New AutoConfig function to shorten adjust time 
V2.12  	L1762A2 Date 2004/01/05
		Flicker issue
V2.13  	Osd change for L1586A5B	
V3.01  	20040224
        AUES05 panel
V3.02  	20040324
        Fine tune TCON of AUES05 panel
        20040327
        Retune TCON of AUES05 panel
        
*/

BYTE code strVersionDate[]=
{//123456789012345678901234567890
   "Ver0.02 20050802"
};

BYTE code strContrastIcon[3]=
{//123456789012345678901234567890
  0x80, 0x81, '\0'
};
BYTE code strBrightnessIcon[3]=
{//123456789012345678901234567890
  0x82, 0x83, '\0'
};


BYTE code strOutOfRange1[LANG_Nums][18]=
{//123456789012345678901234567890
 {"Out Of Range"},//English
 {"Hors Limite"},   //German
 {"Unerreichbar"},   //German
 {"Fuori rango"},   //Italian
 {"Fuera dealcance"},    //Spanish 
 {"\xE6\xE7\xED\xEC\xEB\xB7"}, //Chinese
};

BYTE code strAutoColor[LANG_Nums][22]=
{//123456789012345678901234567890
 {"Auto Color"},//English
 {"Auto Color"}, //Chinese
 {"Auto Color"},   //German
 {"Auto Color"},   //German
 {"Auto Color"},   //Italian
 {"Auto Color"}    //Spanish 
};


BYTE code  strAutoAdjust[LANG_Nums][22]=
{
//123456789012345678901234567890
 {"Auto Adjust"},//English
 {"Auto Adjust"}, //Chinese
 {"Auto Adjust"},   //German
 {"Auto Adjust"},   //German
 {"Auto Adjust"},   //Italian
 {"Auto Adjust"}    //Spanish 
};
//=====================================================

BYTE code strMuteOn[LANG_Nums][19]=
{//123456789012345678901234567890
 {"Mute On "},  //English
 {"\xd9\xda \xdd"}, //Chinese
 {"Muet Allume"},
 {"Stummfunktion Ein"}, //
 {"Muto Acceso"}, // 
 {"Mudo Ence"}
};

BYTE code strMuteOff[LANG_Nums][19]=
{//123456789012345678901234567890
 {"Mute Off"},  //English
 {"\xd9\xda \xdc"}, //Chinese
 {"Muet Eteint"},
 {"Stummfunktion Aus"}, //
 {"Muto  Off  "}, // 
 {"Mudo Aag "}
};
//====================================================
BYTE code strAutoColorTemp[14]=
{//123456789012345678901234567890
  "AutoColorTemp"
};
BYTE code strBurninOn[11]=
{//123456789012345678901234567890
  "Burnin On "
};
BYTE code strBurninOff[11]=
{//123456789012345678901234567890
  "Burnin Off"
};

BYTE code strBurninText[8]=
{//123456789012345678901234567890
  "Burn in"
};

BYTE code strFacAutoColor[11]=
{//123456789012345678901234567890
  "Auto Color"
};
BYTE code strFacAutoConfig[LANG_Nums][17]=
{//123456789012345678901234567890
 {"Auto Config..."},
 {"Auto Regelung..."},
  {"R\xAEgler Auto..."},
 {"Regolare Auto..."},
 {"Modifica Auto..."},
 {"\xEE\xEF\xEA\xBD..."},
};

BYTE code strDDCText[7]=
{" DDC "
};



BYTE code strRGain[7]=
{//123456789012345678901234567890
  "R Gain"
};
BYTE code strGGain[7]=
{//123456789012345678901234567890
  "G Gain"
};
BYTE code strBGain[7]=
{//123456789012345678901234567890
  "B Gain"
};

BYTE code strFactoryIcon[2]=
{//123456789012345678901234567890
  "F"
};
BYTE code strFExitText[7]=
{//123456789012345678901234567890
  "Exit"
};

BYTE code strPass[7]=
{//123456789012345678901234567890
  "  Pass"
};

BYTE code strFail[7]=
{//123456789012345678901234567890
  "  Fail"
};
BYTE code strAdcGain[9]=
{//123456789012345678901234567890
  "Gain"
};
BYTE code strAdcOffset[11]=
{//123456789012345678901234567890
  "Offset"
};
BYTE code strFactoryRed[2]=
{//123456789012345678901234567890
  "R"
};
BYTE code strFactoryGreen[2]=
{//123456789012345678901234567890
  "G"
};
BYTE code strFactoryBlue[2]=
{//123456789012345678901234567890
  "B"
};

BYTE code strBank[6]=
{//123456789012345678901234567890
  "Bank"
};
BYTE code strBankName[3][9]=
{//123456789012345678901234567890
 {"0-Scaler"},
 {"1-ADC   "},
 {"2-TCON  "}
};
BYTE code strAddress[6]=
{//123456789012345678901234567890
  "Addr"
};
BYTE code strValue[6]=
{//123456789012345678901234567890
  "Value"
};
BYTE code strISP[4]=
{//123456789012345678901234567890
  "ISP"
};


/////////////////////////////////icon 
BYTE code strColorIcon[3]=
{
  0xD6,0xD7,'\0'
};
BYTE code strPictureIcon[3]=
{
  0xD8,0xD9,'\0'
};

BYTE code strFunctionIcon[3]=
{
  0xDA,0xDB,'\0'
};

BYTE code strOSDIcon[3]=
{
  0xDC,0xDD,'\0'
};
BYTE code strMiscellaneousIcon[3]=
{
  0xDE,0xDF,'\0'
};

BYTE code strExitIcon[3]=
{
  0xE0,0xE1,'\0'
};
////////////////////////////////////////////

/////////////

BYTE code str0[3]=
{//123456789012345678901234567890
 {"0"},//English
};
BYTE code str1[3]=
{//123456789012345678901234567890
 {"1"},//English
};
BYTE code str2[3]=
{//123456789012345678901234567890
 {"2"},//English
};
BYTE code str3[3]=
{//123456789012345678901234567890
 {"3"},//English
};

BYTE code str4[3]=
{//123456789012345678901234567890
 {"4"},//English
};
BYTE code str5[3]=
{//123456789012345678901234567890
 {"5"},//English
};

BYTE code strC9300K[6]=
{//123456789012345678901234567890
 {"9300"},
};
BYTE code strC6500K[6]=
{//123456789012345678901234567890
	{"6500"},

};

BYTE code strC5800K[6]=
{//123456789012345678901234567890
	{"5800"},
};
BYTE code strUser[6]=
{//123456789012345678901234567890
	{"User"},
};

BYTE code  strBrightnessText[11]=
{{"Brightness"},
};

BYTE code  strContrastText[10]=
{{"Contrast"},
};

BYTE code strMins[3]=
{//123456789012345678901234567890
	{"-"},
};
BYTE code strPlus[3]=
{//123456789012345678901234567890
	{"+"},
};


/////////////////////////////////////////////

⌨️ 快捷键说明

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