📄 generic_osd.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 : Osd.h No.0000
// Update Note :
//----------------------------------------------------------------------------------------------------
#if(_OSD_TYPE == _GENERIC_OSD)
//================ BENQ OSD=============================================
#define _OSD_ROW_SIZE_GENERIC 24
#define _OSD_COL_SIZE_GENERIC 52
#define _OSD_FONT_SELECT_ADDRESS_GENERIC _OSD_ROW_SIZE_GENERIC+1
#define _OSD_FONT_START_POSITION_GENERIC ((_OSD_ROW_SIZE_GENERIC*_OSD_COL_SIZE_GENERIC)+_OSD_FONT_SELECT_ADDRESS_GENERIC)
//--------------------------------------------------
// Definitions of Clock Settings Used by COsdFxGetAdcClockRangeGeneric()
//--------------------------------------------------
#define _CLOCK_BIAS 50
#define _GET_CLOCKRANGE_MAX 0
#define _GET_CLOCKRANGE_MIN 1
#define _MIN 0
#define _MAX 1
#define _PERCENT 1
#define _NON_PERCENT 0
#define _INPUT_AUTO 0
#define _INPUT_LINE 1
#define DISP_FULL_SCREEN 1 // Full screen display
#define DISP_FIXED_AR_IN 2 // Fixed-aspect-ratio display (all image inside screen)
#define _MODE_1 1
#define _MODE_2 0
#define _INPUT_AUTO_GENERIC 0
#define _INPUT_LINE_GENERIC 1
//-------------------------------------------------
// Definitions of Hor./Ver. Position Settings Used by COsdFxGetHPositionRangeGeneric()
//--------------------------------------------------
#define _HPOSITION_BIAS (ucHStartBias - abs(stModeInfo.IHStartPos - stModeUserData.CenterHPos))//ryan 090105
#define _VPOSITION_BIAS (ucVStartBias - abs(stModeInfo.IVStartPos - stModeUserData.CenterVPos))
#define _OSD_HPOS_MAX_GENERIC ((_PANEL_DH_WIDTH-(12*_OSD_COL_SIZE_GENERIC))/4)+8 //+
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -