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

📄 micro.h

📁 ESS3890+SL原代码(1*16内存)
💻 H
字号:
/* Copyright 1996, ESS Technology, Inc.					*//* SCCSID @(#)micro.h	4.1 11/05/02 *//* * $Log$ */#ifndef __MICRO_H__#define __MICRO_H__#define REMOTE_VALID            (codeIR & 0x100)/* * Defines */#define	VFD_WHEEL_CLEAR_FAN	0#define	VFD_WHEEL_SET_FAN	1#define	VFD_WHEEL_SPIN		2/*------------------------------------------------------------------------  Global variables------------------------------------------------------------------------*/extern int last_voice_clock;extern int EnableFlashing;extern int FlashingCalendar;/*------------------------------------------------------------------------  Function Prototypes------------------------------------------------------------------------*/void initMicroObject(void);void microEngine(void);void VFD_icon(unsigned char *);void VFD_msg(unsigned char *);void VFD_calendar(int);void VFD_segment(int, unsigned int, int);void VFD_blank(int);void VFD_blank_all(void);void VFD_spin_wheel(int);int micro_is_power_key(int ircode);int get_keycode(int mode);#endif

⌨️ 快捷键说明

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