📄 osddisp.h
字号:
//----------------------------------------------------------------------------------------------------
// ID Code : OsdDisp.h No.0000
// Update Note :
//
//----------------------------------------------------------------------------------------------------
//--------------------------------------------------
// Definitions of OsdDisp.h
//--------------------------------------------------
//----------------------------------------------------------------------------------------------------
#ifdef __OSDDISP__
//--------------------------------------------------
// Global Variables
//--------------------------------------------------
//--------------------------------------------------
// Function Prototypes
//--------------------------------------------------
void COsdDispFirstTimeLoadFont(void);
void COsdDispAutoProc(void);
void COsdDispPrevWork(BYTE ucOsdmaptype);
void COsdDispAutoColorProc(void);
void COsdDispNoSignalProc(void);
void COsdDispSourceProc(void);
void COsdDispNoCableProc(void);
void COsdDispNoSupportProc(void);
void COsdDispClearIcon(BYTE ucRow,BYTE ucCol, BYTE ucWidth,BYTE ucHeight);
void COsdDispClearText(BYTE ucRow,BYTE ucCol, BYTE ucWidth,BYTE ucHeight);
void COsdDispIconSelect(void);
void COsdDispItemSelect(void);
void COsdClearItemSelect(void);
void COsdShowHFreq(BYTE ucRow, BYTE ucCol, BYTE ucPar);
void COsdShowVFreq(BYTE ucRow, BYTE ucCol, BYTE ucPar);
void COsdDispPage(void);
void COsdDispSystemTimer(BYTE ucRow, BYTE ucCol, WORD usValue);
void COsdDispOsdTimerEvent(void);
void COsdDispFullSlider(BYTE ucRow, BYTE ucCol, BYTE ucLength, WORD usValue, WORD usRange, WORD usMin, BYTE ucColor, BYTE ucNumColor, bit ucValueType);
void COsdDispFullSlider3(BYTE ucRow, BYTE ucCol, BYTE ucLength, WORD usValue, WORD usRange, WORD usMin, BYTE ucColor, BYTE ucNumColor, bit ucValueType);
void COsdDispItemSelect2(void);
#else
//--------------------------------------------------
// Extern Global Variables
//--------------------------------------------------
//--------------------------------------------------
// Extern Function Prototypes
//--------------------------------------------------
extern void COsdDispFirstTimeLoadFont(void);
extern void COsdDispAutoProc(void);
extern void COsdDispPrevWork(BYTE ucOsdmaptype);
extern void COsdDispAutoColorProc(void);
extern void COsdDispNoSignalProc(void);
extern void COsdDispSourceProc(void);
extern void COsdDispNoCableProc(void);
extern void COsdDispNoSupportProc(void);
extern void COsdDispUserTimerRemind(BYTE ucHour, BYTE ucMinute);
extern void COsdDispClearIcon(BYTE ucRow,BYTE ucCol, BYTE ucWidth,BYTE ucHeight);
extern void COsdDispClearText(BYTE ucRow,BYTE ucCol, BYTE ucWidth,BYTE ucHeight);
extern void COsdDispIconSelect(void);
extern void COsdDispItemSelect(void);
extern void COsdClearItemSelect(void);
extern void COsdShowHFreq(BYTE ucRow, BYTE ucCol, BYTE ucPar);
extern void COsdShowVFreq(BYTE ucRow, BYTE ucCol, BYTE ucPar);
extern void COsdDispPage(void);
extern void COsdDispSystemTimer(BYTE ucRow, BYTE ucCol, WORD usValue);
extern void COsdDispOsdTimerEvent(void);
extern void COsdDispFullSlider(BYTE ucRow, BYTE ucCol, BYTE ucLength, WORD usValue, WORD usRange, WORD usMin, BYTE ucColor, BYTE ucNumColor, bit ucValueType);
extern void COsdDispCurrVGAMode(BYTE ucFG_Color, BYTE ucBG_Color);
extern void COsdDispCurrAVMode(BYTE ucFG_Color, BYTE ucBG_Color);
extern void COsdDispFullSlider3(BYTE ucRow, BYTE ucCol, BYTE ucLength, WORD usValue, WORD usRange, WORD usMin, BYTE ucColor, BYTE ucNumColor, bit ucValueType);
extern void COsdDispItemSelect2(void);
#endif
//----------------------------------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -