📄 timedateicn.h
字号:
#ifndef _TIMEDATEICN_H_
#define _TIMEDATEICN_H_
#include "mfw_mfw.h"
#include "mfw_icn.h"
extern const MfwIcnAttr alarm_anim[];
extern const MfwIcnAttr Timezone_world_map[];
extern const MfwIcnAttr time_arrow_key[];
#if(MAIN_LCD_SIZE==3)//jhxu720
extern const MfwIcnAttr time_arrow_key_mask[];
extern const MfwIcnAttr Timezone_bmp[];
extern const MfwIcnAttr calendarBkg[];
extern const MfwIcnAttr ImageFocus[];
extern const MfwIcnAttr calendaricon[];
#elif(MAIN_LCD_SIZE==4)
extern const MfwIcnAttr schedule_week[];
extern const MfwIcnAttr schedule_nl[];
extern const MfwIcnAttr schedule_pic[];
extern const MfwIcnAttr schedule_focus[];
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -