//---------------------------------------------------------------------------------------------------- // ID Code : EepromDefault.h No.0001 // Update Note : // //---------------------------------------------------------------------------------------------------- #ifdef __EEPROM__ //--------------------------------------------------------------------------------- // System Data Default Value // They are used by tEEPROM_SYSTEM_DATA & tEEPROM_ICM_COLOR in the EepromDefault.h //--------------------------------------------------------------------------------- #if _CUSTOMER_SANSE #define _MONITORFLAG (0xc0|_BIT4) //_BIT4:default for open burn in mode #else #define _MONITORFLAG 0xc0 #endif #define _INPUTSOURCE 0x00//0x02:av 0x03:SV #if _PANEL_TYPE==_CMO_M260J1_WUXGA #define _BACKLIGHT 100 #else //#if _PANEL_TYPE==_CMO_M260J1_WUXGA #ifdef HUARUIAN_1010_N101L6 #define _BACKLIGHT 50//80 //20081126, Picture Quality Finetune "_PQ_FINETUNE" #elif defined(HUANA_100IFW1_1081) #define _BACKLIGHT 31 //20081126, Picture Quality Finetune "_PQ_FINETUNE" #else #define _BACKLIGHT 80//27//20//80 //20081126, Picture Quality Finetune "_PQ_FINETUNE" #endif #endif //#if _PANEL_TYPE==_CMO_M260J1_WUXGA #define _COLORTEMP 0x00 //#if(_COLOR_PREFERENCE ==_PANASONIC_STYLE) //#define _SHARPNESS 0xA0 // set default shaprness = 11 //#define _USERFIFOMODE 0x0f //#define _HUE 46 // set default Hue = 0x00 //#define _SATURATION 52 // set defualt Saturation = 0x82 //#define _YPbPrHue 60 //#define _YPbPrSaturation 80 //#define _CONTRAST 33 // set default Contrast = 0x52 //#define _BRIGHTNESS 0x80 //#define _GAMMA 0x00 // set default Gamma disable //#define _COLORSETTING 0x00 // set default DCC disable //#else #define _SHARPNESS 0x10 #define _USERFIFOMODE 0x0f #define _HUE 40 #define _SATURATION 80 #define _YPbPrHue 60 #define _YPbPrSaturation 80 #define _CONTRAST 43 #define _BRIGHTNESS 0x80 #ifdef INNOLUX_AT090 #define _GAMMA (0x20|(0<<2)) //20081126, _PQ_FINETUNE: use S-Curve Gamma #else #ifdef DERUN_1012_SHARPLQ104 #define _GAMMA (0x00|(0<<2)) //20081126, _PQ_FINETUNE: use S-Curve Gamma #else #define _GAMMA (0x20|(0<<2)) //20081126, _PQ_FINETUNE: use S-Curve Gamma #endif #endif #define _COLORSETTING 0x00//0x0C // set default DCC mode = 3 #define _ISFILTER 7 // set default IS filter mode = 7 #define _PICTURE_AUDIO_MODE 0x00 //add by xyw 070814 //#endif #define _CCSYSTEM 0x00 #define _SYSTEM_DATA_RESERVED0 0x00 #define _ICM_R_HUE 0x08 #define _ICM_R_SAT 0x08 #define _ICM_G_HUE 0x08 #define _ICM_G_SAT 0x08 #define _ICM_B_HUE 0x08 #define _ICM_B_SAT 0x08 #define _ICM_Y_HUE 0x08 #define _ICM_Y_SAT 0x08 #define _ICM_C_HUE 0x08 #define _ICM_C_SAT 0x08 #define _ICM_COLOR_RESERVED0 0x00 #define _ICM_COLOR_RESERVED1 0x00 //-------------------------------------------------- // OSD User Data Default Value // They are used by tEEPROM_OSDUSER_DATA //-------------------------------------------------- #define _OSD_H_POSITION 50 #define _OSD_V_POSITION 50 #define _LANGUAGE (0x00|_CHINESE_S) #define _OSD_TIMEOUT 0x5// 0x0a #define _VOLUME 30 #define _FILTER 0x00 #define _OSD_BLEND 0x80 //add by dengyi for HUANA 2010 01 07 #if _TV_BACKGROUND_OPTION_SUPPORT #define _TVBG 0x01 //bit0: 1=blue, 0=snow//20081018 ccy modify #else #define _OSDUSER_DATA_RESERVED0 0x00 #endif //-------------------------------------------------- // VGA ADC Gain/Offset Default Value // They are used by tEEPROM_ADC_DATA //-------------------------------------------------- //modify by czl for NEC 19PANEL 071127 //#define _ADC_GAIN_RED 0x83//0x80 //#define _ADC_GAIN_GREEN 0x8c//0x80 //#define _ADC_GAIN_BLUE 0x8b//0x80 //#define _ADC_OFFSET_RED 0x82//0x80 //#define _ADC_OFFSET_GREEN 0x89//0x80 //#define _ADC_OFFSET_BLUE 0x80 #define _ADC_GAIN_RED 132//0x80//0x80 #define _ADC_GAIN_GREEN 125//0x80//0x80 #define _ADC_GAIN_BLUE 123//0x80//0x80 #define _ADC_OFFSET_RED 143//0x80//0x80 #define _ADC_OFFSET_GREEN 139//0x80//0x80 #define _ADC_OFFSET_BLUE 144//0x80//-------------------------------------------------- // YPbPr ADC Gain/Offset Default Value // They are used by tEEPROM_YPbPr_DATA //-------------------------------------------------- //HPC, 071107 #if _PCB_TYPE==_PCB_PT2662F1A //PT2662F #define _YPbPr_GAIN_RED 139 #define _YPbPr_GAIN_GREEN 147 #define _YPbPr_GAIN_BLUE 139 #define _YPbPr_OFFSET_RED 127 #define _YPbPr_OFFSET_GREEN 129 #define _YPbPr_OFFSET_BLUE 125 #elif _PCB_TYPE==_PCB_PT2662C1B //PT2662C @ vg859 #define _YPbPr_GAIN_RED 139 #define _YPbPr_GAIN_GREEN 147 #define _YPbPr_GAIN_BLUE 139 #define _YPbPr_OFFSET_RED 127 #define _YPbPr_OFFSET_GREEN 129 #define _YPbPr_OFFSET_BLUE 125 #elif _PCB_TYPE==_PCB_PT2662A //PT2662A_HPC @ vg859 #define _YPbPr_GAIN_RED 159 #define _YPbPr_GAIN_GREEN 173 #define _YPbPr_GAIN_BLUE 164 #define _YPbPr_OFFSET_RED 119 #define _YPbPr_OFFSET_GREEN 130 #define _YPbPr_OFFSET_BLUE 126 #elif _PCB_TYPE==_PCB_PT2662B1C //PT2662B1C @ vg859 #define _YPbPr_GAIN_RED 155 #define _YPbPr_GAIN_GREEN 173 #define _YPbPr_GAIN_BLUE 162 #define _YPbPr_OFFSET_RED 130 #define _YPbPr_OFFSET_GREEN 134 #define _YPbPr_OFFSET_BLUE 111 //modified by xyw 080516 //#define _YPbPr_GAIN_RED 90 //#define _YPbPr_GAIN_GREEN 155 //#define _YPbPr_GAIN_BLUE 92 //#define _YPbPr_OFFSET_RED 130 //#define _YPbPr_OFFSET_GREEN 131 //#define _YPbPr_OFFSET_BLUE 116 #elif _PCB_TYPE==_PCB_PT2662F1C //PT2662F #define _YPbPr_GAIN_RED 139 #define _YPbPr_GAIN_GREEN 147 #define _YPbPr_GAIN_BLUE 139 #define _YPbPr_OFFSET_RED 127 #define _YPbPr_OFFSET_GREEN 129 #define _YPbPr_OFFSET_BLUE 125 #elif _PCB_TYPE==_PCB_TEST //add 20091205 //XBW KAIGE KANGMEI KUER #ifdef INNOLUX_AT090 #ifdef XIAOBAWANG_AT090 #define _YPbPr_GAIN_RED 128// #define _YPbPr_GAIN_GREEN 128// #define _YPbPr_GAIN_BLUE 128// #define _YPbPr_OFFSET_RED 132// #define _YPbPr_OFFSET_GREEN 125// #define _YPbPr_OFFSET_BLUE 132// #elif defined(TUOBU_AT090) #define _YPbPr_GAIN_RED 95// #define _YPbPr_GAIN_GREEN 208// #define _YPbPr_GAIN_BLUE 91// #define _YPbPr_OFFSET_RED 123// #define _YPbPr_OFFSET_GREEN 159// #define _YPbPr_OFFSET_BLUE 126// #else #define _YPbPr_GAIN_RED 162// #define _YPbPr_GAIN_GREEN 92// #define _YPbPr_GAIN_BLUE 159// #define _YPbPr_OFFSET_RED 123// #define _YPbPr_OFFSET_GREEN 129// #define _YPbPr_OFFSET_BLUE 126// #endif #else //vg859 100203 #ifdef DERUN_808_HSD100IFW1 #define _YPbPr_GAIN_RED 152// #define _YPbPr_GAIN_GREEN 101// #define _YPbPr_GAIN_BLUE 154// #define _YPbPr_OFFSET_RED 128// #define _YPbPr_OFFSET_GREEN 134// #define _YPbPr_OFFSET_BLUE 125// #elif defined(DERUN_1012_SHARPLQ104) #ifdef DERUN_SHARP104DGVW1 #define _YPbPr_GAIN_RED 251// #define _YPbPr_GAIN_GREEN 95// #define _YPbPr_GAIN_BLUE 238// #define _YPbPr_OFFSET_RED 126// #define _YPbPr_OFFSET_GREEN 128// #define _YPbPr_OFFSET_BLUE 135// #else #define _YPbPr_GAIN_RED 255// #define _YPbPr_GAIN_GREEN 102// #define _YPbPr_GAIN_BLUE 149// #define _YPbPr_OFFSET_RED 137// #define _YPbPr_OFFSET_GREEN 135// #define _YPbPr_OFFSET_BLUE 131// #endif #elif defined(DERUN_1012_CLAA102CN) #define _YPbPr_GAIN_RED 66// #define _YPbPr_GAIN_GREEN 80// #define _YPbPr_GAIN_BLUE 61// #define _YPbPr_OFFSET_RED 138// #define _YPbPr_OFFSET_GREEN 140// #define _YPbPr_OFFSET_BLUE 125// #elif defined(TUOBU_AT090) #define _YPbPr_GAIN_RED 98// #define _YPbPr_GAIN_GREEN 254// #define _YPbPr_GAIN_BLUE 95// #define _YPbPr_OFFSET_RED 122// #define _YPbPr_OFFSET_GREEN 130// #define _YPbPr_OFFSET_BLUE 122// #elif defined(XIAOBAWANG_101PFW2B00) #define _YPbPr_GAIN_RED 140// #define _YPbPr_GAIN_GREEN 128// #define _YPbPr_GAIN_BLUE 128// #define _YPbPr_OFFSET_RED 150// #define _YPbPr_OFFSET_GREEN 115// #define _YPbPr_OFFSET_BLUE 125// #else #define _YPbPr_GAIN_RED 134// #define _YPbPr_GAIN_GREEN 118// #define _YPbPr_GAIN_BLUE 152// #define _YPbPr_OFFSET_RED 122// #define _YPbPr_OFFSET_GREEN 132// #define _YPbPr_OFFSET_BLUE 131// #endif //XBW KAIGE KANGMEI KUER #endif //DERUN /* #define _YPbPr_GAIN_RED 69// #define _YPbPr_GAIN_GREEN 141// #define _YPbPr_GAIN_BLUE 74// #define _YPbPr_OFFSET_RED 122// #define _YPbPr_OFFSET_GREEN 127// #define _YPbPr_OFFSET_BLUE 116// */ #else //PT2662C1A @ VG859 //czl 071130 /* #define _YPbPr_GAIN_RED 75//78//75//75 #define _YPbPr_GAIN_GREEN 149//171//149//139 #define _YPbPr_GAIN_BLUE 84//73//85//80 #define _YPbPr_OFFSET_RED 136//118//139//121 #define _YPbPr_OFFSET_GREEN 129//131//143//126 #define _YPbPr_OFFSET_BLUE 128//127//118//126 */ //alter DERUN 20091203 #define _YPbPr_GAIN_RED 69// #define _YPbPr_GAIN_GREEN 138// #define _YPbPr_GAIN_BLUE 127// #define _YPbPr_OFFSET_RED 122// #define _YPbPr_OFFSET_GREEN 127// #define _YPbPr_OFFSET_BLUE 119// #endif //-------------------------------------------------- // Brightness/Contrast Default Value // They are used by tEEPROM_COLOR_PROC0_DATA //-------------------------------------------------- #ifdef INNOLUX_AT090 #ifdef XIAOBAWANG_AT090 #define _BRIGHTNESS_PORT0 55 //AV #define _CONTRAST_PORT0 55 #define _BRIGHTNESS_PORT1 55 //NO USE HDMI #define _CONTRAST_PORT1 55 #define _BRIGHTNESS_PORT2 55 //TV #define _CONTRAST_PORT2 55 #define _BRIGHTNESS_PORT3 55 //DVD #define _CONTRAST_PORT3 55 #define _BRIGHTNESS_PORT4 50 //YPbPr #define _CONTRAST_PORT4 50 #define _BRIGHTNESS_PORT5 0x32 //TV #define _CONTRAST_PORT5 0x32 #define _BRIGHTNESS_PORT6 0x32 //DTV #define _CONTRAST_PORT6 0x32 #else #define _BRIGHTNESS_PORT0 60 //VGA #define _CONTRAST_PORT0 55 #define _BRIGHTNESS_PORT1 60 //HDMI #define _CONTRAST_PORT1 66 #define _BRIGHTNESS_PORT2 60 //AV #define _CONTRAST_PORT2 55 #define _BRIGHTNESS_PORT3 60 //SV #define _CONTRAST_PORT3 55 #define _BRIGHTNESS_PORT4 60 //YPbPr #define _CONTRAST_PORT4 55 #define _BRIGHTNESS_PORT5 0x32 //TV #define _CONTRAST_PORT5 0x32 #define _BRIGHTNESS_PORT6 0x32 //DTV #define _CONTRAST_PORT6 0x32 #endif #else #ifdef DERUN_SHARP104DGVW1 #define _BRIGHTNESS_PORT0 54 //VGA #define _CONTRAST_PORT0 0x32 #define _BRIGHTNESS_PORT1 54 //HDMI #define _CONTRAST_PORT1 0x32 #define _BRIGHTNESS_PORT2 54 //AV #define _CONTRAST_PORT2 0x32 #define _BRIGHTNESS_PORT3 54 //SV #define _CONTRAST_PORT3 0x32 #define _BRIGHTNESS_PORT4 54 //YPbPr #define _CONTRAST_PORT4 0x32 #define _BRIGHTNESS_PORT5 54 //TV #define _CONTRAST_PORT5 0x32 #define _BRIGHTNESS_PORT6 54 //DTV #define _CONTRAST_PORT6 0x32 #elif defined(XIAOBAWANG_101PFW2B00) #define _BRIGHTNESS_PORT0 45 //AV #define _CONTRAST_PORT0 50 #define _BRIGHTNESS_PORT1 45 //NO USE HDMI #define _CONTRAST_PORT1 50 #define _BRIGHTNESS_PORT2 45 //TV #define _CONTRAST_PORT2 50 #define _BRIGHTNESS_PORT3 45 //DVD #define _CONTRAST_PORT3 50 #define _BRIGHTNESS_PORT4 50 //YPbPr #define _CONTRAST_PORT4 50 #define _BRIGHTNESS_PORT5 0x32 //TV #define _CONTRAST_PORT5 0x32 #define _BRIGHTNESS_PORT6 0x32 //DTV #define _CONTRAST_PORT6 0x32 #else #define _BRIGHTNESS_PORT0 0x32 //VGA #define _CONTRAST_PORT0 0x32 #define _BRIGHTNESS_PORT1 0x32 //HDMI #define _CONTRAST_PORT1 0x32 #define _BRIGHTNESS_PORT2 0x32 //AV #define _CONTRAST_PORT2 0x32 #define _BRIGHTNESS_PORT3 0x32 //SV #define _CONTRAST_PORT3 0x32 #define _BRIGHTNESS_PORT4 0x32 //YPbPr #define _CONTRAST_PORT4 0x32 #define _BRIGHTNESS_PORT5 0x32 //TV #define _CONTRAST_PORT5 0x32 #define _BRIGHTNESS_PORT6 0x32 //DTV #define _CONTRAST_PORT6 0x32 #endif #endif //-------------------------------------------------- // TV Default Value // They are used by tEEPROM_TV_DATA //-------------------------------------------------- #define _TV_DEFAULT_SIG_MODE 0 #define _TV_DEFAULT_CH_NUM 1 #define _TV_DEFAULT_PREV_CH_NUM _TV_DEFAULT_CH_NUM #define _TV_DATA_RESERVED0 0x00 //--------------------------------------------------- // Audio defualt value // They are used by tEEPROM_AUDIO_DATA //--------------------------------------------------- #define _AUDIO_Mode 0x00 #ifdef DERUN_805_AT080 #define _AUDIO_Volume 20//50 #else #define _AUDIO_Volume 10//50 #endif #define _AUDIO_Balance 50 #define _AUDIO_Bass 50 #define _AUDIO_Treble 50 #define _AUDIO_Woofer 0x00 //--------------------------------------------------- // Hue/Saturation defualt value // They are used by tEEPROM_HUE_SAT_DATA //--------------------------------------------------- #ifdef DERUN_SHARP104DGVW1 #define _HUE_VGA 0x32 //_SOURCE_VGA #define _SATURATION_VGA 46 #define _HUE_DVI 0x32 //_SOURCE_DVI #define _SATURATION_DVI 46 #define _HUE_VIDEO8 0x32 //_SOURCE_VIDEO8 #define _SATURATION_VIDEO8 46 #define _HUE_YPBPR 0x32 //_SOURCE_YPBPR #define _SATURATION_YPBPR 46 #else #define _HUE_VGA 0x32 //_SOURCE_VGA #define _SATURATION_VGA 0x32 #define _HUE_DVI 0x32 //_SOURCE_DVI #define _SATURATION_DVI 0x32 #define _HUE_VIDEO8 0x32 //_SOURCE_VIDEO8 #define _SATURATION_VIDEO8 0x32 #define _HUE_YPBPR 0x32 //_SOURCE_YPBPR #define _SATURATION_YPBPR 0x32 #endif #else #endif