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

📄 tvscreen.h.svn-base

📁 最新火热的CX32 源代码
💻 SVN-BASE
字号:

#ifndef __TVSCREEN_H
#define __TVSCREEN_H

#ifdef __cplusplus
extern "C" {
#endif

Void tvAutoAdjustment(Bool bMP);
Void tvScreenSetHPosition(Bool bMP,Word wVal);
Void tvScreenSetVPosition(Bool bMP,Word wVal);
Void tvScreenSetPhase(Bool bMP,Byte ucVal);
Void tvScreenSetClock(Bool bMP,Word wAutoVal, Char ucOffsetVal);

Word tvScreenGetHPosition(Bool bMP);
Word tvScreenGetVPosition(Bool bMP);
Byte tvScreenGetPhase(Bool bMP);
Word tvScreenGetClock(Bool bMP);
Void tvScreenSetHSize(Byte ucVal);
Void tvScreenSetVSize(Byte ucVal);
Void tvFineTunePosition(Byte ucDirection);
//x051202a Void tvSetCinemaOnOff(Bool bOn);
Void tvMPZoomIn(Byte ucVal);
Void tvAppResetMenu(Bool bTrue);
Void tvAppResetWindow(Bool bMP, Bool bAutoCFG);
Void tdHWClearFB(Bool bMP, Bool bStart);

Byte GetARCSupportMode(Byte ucVal);

//----------------- Application will implement this ----------------
#define tvVGAUserModeInEEPROM(bMP) (tvAppGetVGAUserMode(bMP) != VGAMODE_MAX)
Byte tvAppGetVGAUserMode(Bool bMP);
Void tvAppLoadVGAUserMode(Bool bMP);
Void tvAppStoreCurVGAPara(Bool bMP);
//Void tvAppLoadPPVGAUserMode(Void);
Void tvAppLoadHDTVUserMode(Bool bMP);
Void tvAppPatchForPC(Void);

extern Const t_ucAspect[];

#ifdef __cplusplus
};
#endif

#endif // __TVSCREEN_H

⌨️ 快捷键说明

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