⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sysicon.c

📁 基于东南大学开发的SEP3203的ARM7中的所有驱动
💻 C
📖 第 1 页 / 共 5 页
字号:
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x03,0xff,0xff,0x0f,0x00,0x3c,0x00,0x30,0xcc,0x03,0x30,0x0f,
0xfc,0x30,0x30,0xc3,0xc0,0x00,0xc3,0x0f,0xc0,0x00,0x03,0x30,0x30,0x00,0x00,0x33,
0x0c,0x00,0x00,0x0c,0x33,0x00,0xff,0xc3,0x03,0x30,0xf3,0x0c,0xc0,0x33,0xf0,0x30,
0xf0,0x03,0x00,0x03,0x00,0x00,0x30,0x00,0x30,0x00,0x03,0x00,0x03,0x00,0x00,0x30,
0x00,0x30,0x00,0x03,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00
};


const		  unsigned char	zi_first[]={//第一条
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x01,			// 位图的像素深度(1 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x02,0x00,0x00,0x00,	// 位图实际使用到的颜色数(2 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x30,0x03,0x1f,0x00,0xcf,0xc0,
0x37,0xf0,0x0f,0xfc,0x03,0xff,0x00,0xdf,0xc0,0x33,0xf0,0x0c,0x7c,0x03,0x0c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
};



const		  unsigned char	zi_prev[]={//上一条
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x01,			// 位图的像素深度(1 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x02,0x00,0x00,0x00,	// 位图实际使用到的颜色数(2 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x60,0xf0,0x78,
0xfc,0x7e,0xff,0x7f,0x8f,0xc7,0xe0,0xf0,0x78,0x0c,0x06,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
};

const		  unsigned char	zi_next[]={//下一条
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x01,			// 位图的像素深度(1 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x02,0x00,0x00,0x00,	// 位图实际使用到的颜色数(2 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x18,0x07,0x87,0x81,
0xf9,0xf8,0x7f,0xff,0x9f,0x9f,0x87,0x87,0x81,0x81,0x80,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
};



const		  unsigned char	zi_last[]={//最后一条
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x01,			// 位图的像素深度(1 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x02,0x00,0x00,0x00,	// 位图实际使用到的颜色数(2 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0c,0x03,0xe3,0x00,0xfc,0xc0,
0x3f,0xb0,0x0f,0xfc,0x03,0xff,0x00,0xfe,0xc0,0x3f,0x30,0x0f,0x8c,0x00,0xc3,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
};


const		  unsigned char	zi_new[]={//新建
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xf0,0x00,0x0c,0x00,0x03,0xc0,0x00,0xc0,0x00,
0x33,0x00,0x0c,0xff,0xc3,0x0c,0x00,0xc0,0x00,0x3f,0xf0,0x0c,0x00,0x00,0x03,0x00,
0xcf,0xff,0xff,0x30,0x0c,0x00,0x00,0x03,0x00,0xc0,0x00,0x00,0x30,0x0c,0xff,0xff,
0xf3,0x00,0xc0,0x00,0x00,0x30,0x0c,0x00,0x00,0x03,0x00,0xcf,0xff,0xff,0x30,0x0c,
0x00,0x00,0x03,0x00,0xc0,0x00,0x00,0x30,0x0f,0xff,0xff,0xff,0x00,0x00,0x00,0x00,
0x00
};



const		  unsigned char	zi_cancel[] = {//取消
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3c,0x00,
0x0f,0x00,0x0f,0xf0,0x03,0xfc,0x00,0x3f,0xc0,0xff,0x00,0x00,0xff,0x3f,0xc0,0x00,
0x03,0xff,0xf0,0x00,0x00,0x0f,0xfc,0x00,0x00,0x00,0xff,0xc0,0x00,0x00,0x3f,0xff,
0x00,0x00,0x0f,0xf3,0xfc,0x00,0x03,0xfc,0x0f,0xf0,0x00,0xff,0x00,0x3f,0xc0,0x03,
0xc0,0x00,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00
};

const		  unsigned char	zi_find[]={//查找短信
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0xff,0x00,0x00,0x00,0xf0,0x0f,0x00,0x00,0x0c,0x00,0x30,0x00,0x03,0x00,0x00,
0xc0,0x00,0x30,0x00,0x0c,0x00,0x03,0x00,0x0c,0xc0,0x00,0x30,0x00,0xcc,0x00,0x00,
0xc0,0xf3,0x00,0x00,0x0f,0x00,0xfc,0x00,0x00,0x0f,0xf3,0xf0,0x00,0x00,0x00,0x0f,
0xc0,0x00,0x00,0x00,0x3f,0x00,0x00,0x00,0x00,0xfc,0x00,0x00,0x00,0x03,0xf0,0x00,
0x00,0x00,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00
};


const		  unsigned char	zi_read[]={//阅读短信
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3f,0xf0,0x00,0x00,0x3c,0x03,0xf0,0x00,
0x00,0x3f,0xc3,0xc0,0x00,0x3f,0xff,0xc0,0x00,0x0c,0xf3,0xf3,0x00,0x00,0x0c,0x3f,
0x0c,0x00,0x00,0xff,0xf0,0xc0,0x00,0x03,0xfc,0xf0,0x00,0x03,0xc0,0x3c,0x00,0x00,
0x03,0xfc,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00
};


const		  unsigned char	zi_paixu[]={//排序
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x30,0x00,0x00,0x00,0x0c,0xc0,0x03,0x00,0x00,0xcc,0x00,0x30,0x00,0x3f,0xf0,
0x03,0x00,0x03,0x03,0x00,0x30,0x00,0xc0,0x0c,0x03,0x00,0x0c,0x00,0xc0,0x30,0x00,
0x00,0x00,0x03,0x00,0x00,0x00,0x00,0x30,0x00,0xff,0xf0,0x03,0x00,0x00,0x03,0x00,
0x30,0x00,0x00,0xc0,0x03,0x00,0x00,0x30,0x0c,0x30,0xc0,0x0c,0x00,0x33,0x30,0x03,
0x00,0x03,0x33,0x00,0xff,0xf0,0x0f,0xc0,0x00,0x00,0x00,0x30,0x00,0x00,0x00,0x00,
0x00
};

const		  unsigned char	zi_rename[]={//重命名
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x30,0x00,0x00,0x00,0x03,0x00,0x00,0x00,0x00,0xcc,0x00,0x00,0x00,0x0c,0xc0,
0x00,0x00,0x03,0x33,0x00,0x00,0x00,0x33,0x30,0x00,0x00,0x0c,0x30,0xc0,0x00,0x00,
0xc0,0x0c,0x00,0x00,0x0c,0x30,0xc0,0x00,0x00,0x30,0x30,0x00,0x00,0x03,0x03,0x00,
0x00,0x00,0xff,0xfc,0x00,0x00,0x03,0xff,0x00,0x00,0x00,0x3f,0xf0,0x00,0x00,0x03,
0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00
};


const		  unsigned char	zi_back[]={//返回上级目录
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x01,			// 位图的像素深度(1 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x02,0x00,0x00,0x00,	// 位图实际使用到的颜色数(2 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x01,0xf8,0x00,0x81,0x00,0x40,0x20,0x30,0x0f,0xf8,0x00,0x06,
0x04,0x01,0x83,0x80,0x61,0xf0,0x18,0xfe,0x06,0x04,0x01,0x81,0x00,0x60,0x7f,0x18,
0x00,0x06,0x00,0x01,0xff,0xff,0xc0,0x00
};




⌨️ 快捷键说明

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