osddisp.h

来自「车载 液晶显示器的主控程序(主要使用芯片为 MYSON MTV512 单片机、R」· C头文件 代码 · 共 90 行

H
90
字号
//----------------------------------------------------------------------------------------------------
// 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 + =
减小字号Ctrl + -
显示快捷键?