📄 initial.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 : initial.h
Functions : initial table and initial function definition
Revision :
1999-05-18 OriginalTeam First Created
2000-07-17 Bill Tseng Modified for Zurac-II
****************************************************************************/
#ifndef _INITIAL_H
#define _INITIAL_H
extern void PowerOnInit(void);
extern void InitialCPU(void);
extern void InitialEeprom(void);
extern void InitialCheckEeprom(void);
extern void InitialVariable(void);
extern void InitialOsd(void);
extern void Delay(Byte);
extern void ShortDelay(Byte);
extern void PowerDpms(Byte on_off);
extern void PowerScaler(Byte on_off);
extern void PowerAdc(Byte on_off);
extern void PowerDvi(Byte on_off);
extern void PowerVideo(Byte on_off);
extern void PowerPanel(Byte on_off);
extern void PowerBacklight(Byte on_off);
extern void PowerLedPower(Byte on_off);
extern void PowerLedSleep(Byte on_off);
extern void SelectSyncSrc(Byte sync_src);
extern void SelectHrefFix(Byte mode);
extern void ResetScaler();
extern void ResetAdc();
extern void ResetDvi();
extern void ResetVideo();
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -