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

📄 osd.h

📁 Verilog, c and asm source codes of the Minimig system, a fpga implementation of the Amiga computer.
💻 H
字号:
#ifndef OSD_H_INCLUDED
#define	OSD_H_INCLUDED

/*constants*/
#define	OSDCTRLUP		0x01		/*OSD up control*/
#define	OSDCTRLDOWN		0x02		/*OSD down control*/
#define	OSDCTRLSELECT	0x04		/*OSD select control*/
#define	OSDCTRLMENU		0x08		/*OSD menu control*/

/*functions*/
void OsdWrite(unsigned char n,const unsigned char *s, char inver);
void OsdClear(void);
void OsdEnable(void);
void OsdDisable(void);
void OsdReset(unsigned char boot);
void OsdFilter(unsigned char lr_filter, unsigned char hr_filter);
void OsdMemoryConfig(unsigned char memcfg);
unsigned char OsdGetCtrl(void);

#endif

⌨️ 快捷键说明

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