listicn.h
来自「是一个手机功能的模拟程序」· C头文件 代码 · 共 29 行
H
29 行
#ifndef _LISTICN_H_
#define _LISTICN_H_
#include "mfw_mfw.h"
#include "mfw_icn.h"
extern const MfwIcnAttr colist[];
extern const MfwIcnAttr colistMask[];
extern const MfwIcnAttr situationIcon[];
extern const MfwIcnAttr situation3Icon[];
extern const MfwIcnAttr situation4Icon[];
extern const MfwIcnAttr situation5Icon[];
extern const MfwIcnAttr situation5Icon_mask[];
extern const MfwIcnAttr cb_chanel_icon[];
extern const MfwIcnAttr menuup[];
extern const MfwIcnAttr menumid[];
/* ************************************************
软键背景图,图片大小为128*18
************************************************ */
extern const MfwIcnAttr softkeybarAttr[];
#if(MAIN_LCD_SIZE==3)//jhxu720
extern const MfwIcnAttr LeftRightArrow[];
extern const MfwIcnAttr UpDownArrow[];
extern const MfwIcnAttr FourDirectionArrow[];
extern const MfwIcnAttr mnulistbkgicons[];
extern const MfwIcnAttr currentbarIcon[];
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?