📄 dual_extendtable.h
字号:
//**********************************************************************************************************
// The Software is proprietary, confidential, and valuable to Realtek Semiconductor
// Corporation ("Realtek"). All rights, including but not limited to copyrights,
// patents, trademarks, trade secrets, mask work rights, and other similar rights and interests,
// are reserved to Realtek. Without prior written consent from Realtek, copying, reproduction,
// modification, distribution, or otherwise is strictly prohibited. The Software shall be
// kept strictly in confidence, and shall not be disclosed to or otherwise accessed by
// any third party. @ <2003> - <2008> The Software is provided "AS IS" without any warranty of any kind,
// express, implied, statutory or otherwise.
//**********************************************************************************************************
//***********************************************************************************************************/
//----------------------------------------------------------------------------------------------------
// ID Code : Extend.h No.0000
// Update Note :
//----------------------------------------------------------------------------------------------------
//#if(_OSD_TYPE == _DUAL_OSD)
#if(_EXTEND_TABLE_SUPPORT == _ON)
//----------------------------------------------------------------------------------------------------
// Filter Coefficient Table (Sharpness)
//----------------------------------------------------------------------------------------------------
#define _EXTENDTABLE_START 0x0000
#if((_SCALER_TYPE == _RTD2545LR) || (_SCALER_TYPE == _RTD247xRD) || (_SCALER_TYPE == _RTD248xRD))
#define _SCALER_RESET_SIZE 214
#define _SCALER_INITIAL_SIZE 299
#else
#define _SCALER_RESET_SIZE 179
#define _SCALER_INITIAL_SIZE 241
#endif
#define _Font1BitOverScanSizeBenq 107
#define _Font1BitDisplayModeJapanSizeBenq 41
#define _Font1BitDisplayModeSizeBenq 485
#define _Font1BitDcrCautionEurpoSizeBenq 62
#define _Font1BitDcrCautionJapSizeBenq 281
#define _Font1BitDcrCautionChiSSizeBenq 261
#define _Font1BitDcrCautionChiTSizeBenq 474
#define _Font1BitSelectChiTSizeBenq 47
#define _Font1BitServiceModeSizeBenq 67
#define _Font1BitFewMessageSizeBenq 129
#define _Font1BitEurpoSizeBenq 1527//1487 joe 0918
#define _Font4BitGlobalSizeBenq 2658
#define _Font1BitEnglishSizeBenq 607//624
#define _Font1BitGlobalSizeBenq 412
#define _Font2BitGlobalSizeBenq 818
#define _Font1BitAutoMessageBackgroundSizeBenq 598
#define _Font1BitNoConnectMessageBackgroundSizeBenq 371//496
#define _Font2BitCautionHintSizeBenq 76
#define _Font2BitLogoSizeBenq 3047
#define _Font1BitLogoSizeBenq 163
#define _FontEnergyStarSizeBenq 874
#define _Font1BitInputMessageBackgroundSizeBenq 262
#define _Font1BitModeMessageBackgroundSizeBenq 350
#define _Font2BitTabSizeBenq 121
#define _Font1BitJapanSizeBenq 1412//
#define _Font1BitChiTJapSizeBenq 878
#define _Font1BitChiSSizeBenq 2709
#define _Font1BitChiTSizeBenq 1751
#define _Font1BitColorPage8SizeBenq 527
#define _Font1BitOsdPage8SizeBenq 709
#define _FontMultiMessageSizeBenq 1858
#define _Font1BitColorPage14SizeBenq 367
#define _Font1BitOsdPage14SizeBenq 386//
#define _FontSenseyeSizeBenq 393
#define _FontCaution8SizeBenq 138
#define _FontDdcciSizeBenq 38
#define _FontChiTRestoreSizeBenq 48
#define _FontJapRestoreSizeBenq 47
#define _FontChiSRestoreSizeBenq 52
#define _Font1BitTempSizeBenq 31
#define _DccControlSizeBenq 9
#define _Font1BitAmaBuzzerSizeBenq 72
#define _Font1BitSystemPageSizeBenq 195
#define _Font1BitYesNoSizeBenq 54
#define _Font1BitDcrJapSizeBenq 44
#define _Font1BitHdmiMessageSizeBenq 183
#define _Font1BitGlobalSizeGeneric 942//909 //ryan osd font size
#define _Font1BitEnglishSizeGeneric 1464
#define _Font1BitJapanSizeGeneric 2084//2101//ryan osd font size
#define _Font1BitChiSSizeGeneric 2571
#define _Font1BitNewAdd 545 //ryan add new osd func
#define _Font2BitSliderSizeGeneric 195
#define _Font1BitMainIconSizeGeneric 600
#define _Font1BitOSDIconSizeGeneric 128
#define _Font1BitGeometryIconSizeGeneric 153
#define _Font1BitLuminanceIconSizeGeneric 77
#define _Font1BitMisIconSizeGeneric 363//361
#define _Font1BitAudioIconSizeGeneric 326
#define _Font1BitServiceModeSizeGeneric 83
#define _FontEnergyStarSizeGeneric 874
#define _Font2BitLogoSizeGeneric 3047
#define _Font1BitLogoSizeGeneric 163
#define _ICMSizeBenq 51
#define _DccSizeBenq 23
#define _SU_COEF_EXTEND 128
#if(_SCALER_TYPE == _RTD2472D)
#define _GAMMA_FULL_SIZE 384
#elif((_SCALER_TYPE == _RTD2545LR) || (_SCALER_TYPE == _RTD247xRD) || (_SCALER_TYPE == _RTD248xRD))
#define _GAMMA_FULL_SIZE 387
#endif
#if(_HDCP_FROM_EEPROM == _OFF)
#define _HDCP_CTRL_SIZE 30
#else
#define _HDCP_CTRL_SIZE 5
#endif
#define _HDCP_KEY_SIZE 320
//**********************ryan 081211 MOVE OSD STRING TO EXTEND***************
#define _MainMenu 123
#define _ECO 98
#define _OPTICOLOR 80
#define _STANDARD 91
#define _OFFICE 71
#define _MOVIE 57
#define _GAME 55
#define _SCENERY 81
//#define _LUMINANCE 121
//#define _AUTO 140
#define _9300_7500_6500 60
#define _USERPRESET 125
//**********************ryan 081211 MOVE OSD STRING TO EXTEND***************
#define _ODTABLE 33*33
#define _LVDS_INITIAL 19
#define _TCON7TCON5_SIM_TO_DEN 54
#define _OSD_POWERUP_INITIAL 27
#define _BRIGHTNESS_STR 87
#define _CONTRAST_STR 98
#define _OSD_CLOCK_STR 118
#define _OSD_PHASE_STR 62
#define _OSD_HPOSITION_STR 127
#define _OSD_VPOSITION_STR 124
#define _OSD_OSD_TIME_STR 114
/***********************************************************************************************************/
#define _SCALER_RESET_ADDRESS _EXTENDTABLE_START
#define _SCALER_INITIAL_ADDRESS _SCALER_RESET_ADDRESS+_SCALER_RESET_SIZE
#define _MODE_TABLE_EXT_ADDRESS _SCALER_INITIAL_ADDRESS+_SCALER_INITIAL_SIZE//_EXTENDTABLE_START
#if(_OSD_TYPE == _BENQ_OSD)
#if(_ASPECT_RATIO_SUPPORT==_ON)
#define _Font1BitOverScanAddressBenq _MODE_TABLE_EXT_ADDRESS+(sizeof(ModeTableType) * 100)
#define _Font1BitDisplayModeJapanBenqAddressBenq _Font1BitOverScanAddressBenq+_Font1BitOverScanSizeBenq
#define _Font1BitDisplayModeAddressBenq _Font1BitDisplayModeJapanBenqAddressBenq+_Font1BitDisplayModeJapanSizeBenq
#endif //End of #if(_ASPECT_RATIO_SUPPORT==_ON)
#if(_DCR_MODE == _DCR_TYPE_1)
#define _Font1BitDcrCautionEurpoAddressBenq _Font1BitDisplayModeAddressBenq+_Font1BitDisplayModeSizeBenq
#define _Font1BitDcrCautionJapAddressBenq _Font1BitDcrCautionEurpoAddressBenq+_Font1BitDcrCautionEurpoSizeBenq
#define _Font1BitDcrCautionChiSAddressBenq _Font1BitDcrCautionJapAddressBenq+_Font1BitDcrCautionJapSizeBenq
#define _Font1BitDcrCautionChiTAddressBenq _Font1BitDcrCautionChiSAddressBenq+_Font1BitDcrCautionChiSSizeBenq
#define _Font1BitSelectChiTAddressBenq _Font1BitDcrCautionChiTAddressBenq+_Font1BitDcrCautionChiTSizeBenq
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -