?? osd2csl.h
字號:
#ifndef __OSD2CSL_H__
#define __OSD2CSL_H__
#ifdef ICON2BP
extern void OSD2Show2BPIcon(uCHAR *string,uCHAR x,uCHAR y,uCHAR cBlink,uCHAR HVScale, uCHAR MenuIndex);
#endif //ICON2BP
//#ifdef ICON4BP
extern void OSD2Show4BPIcon(uCHAR *string,uCHAR x,uCHAR y,uCHAR cBlink,uCHAR HVScale,uCHAR Color, uCHAR MenuIndex,uCHAR bColor);
//#endif //ICON4BP
extern void OSD2ClearMenu(uCHAR MenuIndex);
extern void OSD2Enable(void);
extern void OSD2Disable(void);
extern void OSD2Menu1Enable(void);
#define OSD2BGNDColor_TRANSPRENT 0x00
#define OSD2BGNDColor_1 0x01 //orange
#define OSD2BGNDColor_2 0x02 //gray
#define OSD2BGNDColor_3 0x03 //white
#define OSD2BGNDColor_5 0x05 //grey black
#define OSD2BGNDColor_6 0x06 //orange
#define OSD2BGNDColor_7 0x07 //blue
#define OSD2_DRAWBASIC 1
#ifdef OSD2_DRAWBASIC
extern void OSD2ShowFuncBtn1(uCHAR xPos,uCHAR yPos,uCHAR uSize,uCHAR bColor);
#endif
#define OSD2_ALLFONT
#ifdef OSD2_ALLFONT
extern void OSD2ShowAllFont(void);
#endif
//extern void OSD2Menu2Enable(void);
#endif // __OSD2CSL_H__
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -