timedateicn.h
来自「是一个手机功能的模拟程序」· C头文件 代码 · 共 23 行
H
23 行
#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 + =
减小字号Ctrl + -
显示快捷键?