📄 os.h
字号:
#ifndef _OS_H_
#define _OS_H_
#include "typedef.h"
#define UIGT_EXIT 0x00
#define UIGT_LOOP 0x01
#define UIGT_DESKTOP 0x81
#define UIGT_SEL_SER_DEVICE 0x82
#define UIGT_MENU 0x83
#define UIGT_SET_DATETIME 0x84
#define UIGT_SET_ALARM 0x85
#define UIGT_SET_VOICE 0x86
void osBootLogo(void);
void osSelectSearchDevice(void);
void osDesktop(void);
BYTE osMenu(void);
void osSetDateTime(void);
void osSetAlarm(void);
void osSetVoice(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -