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

📄 benq_osd.h

📁 realtek LCD monitor, TV开发源代码
💻 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 == _BENQ_OSD)
//================ BENQ OSD=============================================
#define _OSD_ROW_SIZE_BENQ                      18  //19
#define _OSD_COL_SIZE_BENQ                      40  //34
#define _OSD_FONT_SELECT_ADDRESS_BENQ           _OSD_ROW_SIZE_BENQ+1
#define _OSD_FONT_START_POSITION_BENQ           ((_OSD_ROW_SIZE_BENQ*_OSD_COL_SIZE_BENQ)+_OSD_FONT_SELECT_ADDRESS_BENQ)


//--------------------------------------------------
// Definitions of Some Osd Function Parameter
//--------------------------------------------------
#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

#if(_HDMI_OVERSCAN == _ON)
#define DISP_FULL_SCREEN                        1   // Full screen display
#define DISP_FIXED_AR_IN                        2   // Fixed-aspect-ratio display (all image inside screen)
#else
#define DISP_FULL_SCREEN                        0   // Full screen display
#define DISP_FIXED_AR_IN                        1   // Fixed-aspect-ratio display (all image inside screen)
#endif

#define _MODE_1                                 1
#define _MODE_2                                 0

#define _GET_HPOSITIONRANGE_MAX_BENQ            0
#define _GET_HPOSITIONRANGE_MIN_BENQ            1
#define _GET_VPOSITIONRANGE_MAX_BENQ            2
#define _GET_VPOSITIONRANGE_MIN_BENQ            3
//-------------------------------------------------
// Definitions of Hor./Ver. Position Settings Used by COsdFxGetHPositionRangeBenq()
//--------------------------------------------------
#if(_NEW_AUTO == _OFF)
#define _HPOSITION_BIAS                         (ucHStartBias  - abs(stModeInfo.IHStartPos - stModeUserData.CenterHPos))
#else
#define _HPOSITION_BIAS                         (ucHStartBias)
#endif

#define _VPOSITION_BIAS                         (ucVStartBias - abs(stModeInfo.IVStartPos - stModeUserData.CenterVPos))

#define _OSD_HPOS_MAX_BENQ                      ((_PANEL_DH_WIDTH-(12*_OSD_COL_SIZE_BENQ))/4)+25 //+

⌨️ 快捷键说明

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