📄 video.h
字号:
/****************************************************************************
+----------------------------------------------------------------------+
| Copyright Trumpion Microelectronics Inc. 1999 |
| Trumpion Microelectronics Inc. reserves the right to change products |
| or specifications without notice. |
+----------------------------------------------------------------------+
Project : LCD monitor
Version : 0.94
File Name : video.h
Functions : video initial table and function definition
Revision :
1999-05-18 OriginalTeam First Created
2000-07-17 Bill Tseng Modified for Zurac-II
****************************************************************************/
#ifndef _VIDEO_H
#define _VIDEO_H
extern Byte RDATA videoInitTable[];
extern void VideoDecoder(Byte,Byte);
extern void VideoControl(void);
extern void VideoWriteByte(Byte,Byte);
extern void VideoRead(Byte,Byte);
extern void VideoOutputEnable();
extern void VideoOutputDisable();
extern Bool VideoExist(void);
extern Byte VideoLocked(Byte);
extern Byte VideoDetected(void);
extern Byte VideoFormat(Byte);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -