outerscreenicn.h

来自「是一个手机功能的模拟程序」· C头文件 代码 · 共 50 行

H
50
字号
#ifndef _OUTERSCREENICN_H_
#define _OUTERSCREENICN_H_

#include "..\mmiiconresource.h"

extern const MfwIcnAttr idl_Attr_Outer[];
extern const MfwIcnAttr idl_AttrMask_Outer[];

extern const MfwIcnAttr scene_Attr_Outer[5];
extern const MfwIcnAttr sceneMask_Attr_Outer[5];

extern const MfwIcnAttr iconOuterNum[];
//shiheng 0810 add begin
#if (SUB_LCD_SIZE==5)
extern const MfwIcnAttr OTLcdOfficns[];
#endif

//shiheng 0810 add end

#if(SUB_LCD_SIZE==1)//jhxu720
extern const MfwIcnAttr OTBkgIcns[4];
#endif

#if (SUB_LCD_SIZE==6)
extern const MfwIcnAttr OTBkgIcns[];//shiheng 0813 add
#endif

#if (SUB_LCD_SIZE==5)
extern const MfwIcnAttr OTBkgIcns[];//shiheng 0813 add
#endif


#if(MAIN_LCD_SIZE==3)//jhxu720
extern const MfwIcnAttr OTBkgIcns[4];

//外屏来电动画
extern const MfwIcnAttr CallIcns[2];
extern const MfwIcnAttr CallIcns_mask[2];

//外屏闹铃动画
extern const MfwIcnAttr AlarmIcns[2];
extern const MfwIcnAttr AlarmIcns_mask[2];

//外屏短消息动画
extern const MfwIcnAttr SmsIcns[2];
extern const MfwIcnAttr SmsIcns_mask[2];
#endif

#endif

⌨️ 快捷键说明

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