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

📄 osddisp.h

📁 车载 液晶显示器的主控程序(主要使用芯片为 MYSON MTV512 单片机、RealTek 2323 Scare 芯片、TVP5147(视频解码)。配Sharp 8寸液晶显示器 )。
💻 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 + -