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

📄 dcr_type_1.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      : DCR.h No.0000
// Update Note  : //
//----------------------------------------------------------------------------------------------------
#if(_DCR_MODE == _DCR_TYPE_1)

#ifdef __DCR_TYPE_1__

//--------------------------------------------------
// Global Variables
//--------------------------------------------------
WORD xdata usHorBoundary;
WORD xdata usVerBoundary;
WORD xdata usRGBInfo;
BYTE xdata ucPreBacklightPWM = 255;
BYTE xdata ucPreDCCLum = 0;
//BYTE xdata ucDcrCtrl = 0;
BYTE xdata ucDCRPercent = 100;  //Max 100
void CDcrMeasureStartHD(void);
void CDcrDcr1(void);
void CDcrSlowAdjust(BYTE ucValue);

#else

//--------------------------------------------------
// Extern Global Variables
//--------------------------------------------------
extern void CDcrSetBoundary(void);//0902 sephinroth DCR
extern void CDcrMeasureStartHD(void);
extern void CDcrSlowAdjust(BYTE ucValue);
//extern BYTE xdata ucDcrCtrl;
extern BYTE xdata ucPreBacklightPWM;
extern WORD xdata usRGBInfo;
//extern BYTE xdata ucPreDCCLum;


#endif //End of #ifdef __DCR_TYPE_1__
#endif // End of #if(_DCR_MODE == _DCR_TYPE_1)

⌨️ 快捷键说明

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