toolkiticn.h

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

H
31
字号
#ifndef _TOOLKITICN_H_
#define _TOOLKITICN_H_

#include "mfw_mfw.h"
#include "mfw_icn.h"

extern const MfwIcnAttr VoiceRecordPlay[];
extern const MfwIcnAttr VoiceRecord[];
/***********计算器********************************/
#if(MAIN_LCD_SIZE==3)//jhxu720
extern const MfwIcnAttr Calculator[];
#elif(MAIN_LCD_SIZE==4)
extern const MfwIcnAttr icnCalcOptOnAttr[];
extern const MfwIcnAttr icnCalcOptOffAttr[];
#endif
/***********秒表**********************************/
extern const MfwIcnAttr sepa_bmp[];
extern const MfwIcnAttr circle_bmp[];
/***********语音记录录音**********************************/
extern const MfwIcnAttr record_win[];
extern const MfwIcnAttr memo_animation[];
#if(MAIN_LCD_SIZE==3)//jhxu720
extern const MfwIcnAttr gImageBar[] ;
extern const MfwIcnAttr recordIcons[];
/************conversion***********************************/
extern const unsigned char downtriangle[];
extern const unsigned char uptriangle[];
extern const unsigned char Hash[];
#endif

#endif

⌨️ 快捷键说明

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