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

📄 bmpdata.c

📁 一个操作系统源代码 用于嵌入式设备 在Vc++环境下仿真 成功移植到多款处理器上
💻 C
📖 第 1 页 / 共 5 页
字号:
0x0,0x7,0xe0,0x1f,0x83,0xf0,0x7d,0xc0,0xc0,0x2f,0x0,0x7,0xf1,0xc1,0xf9,0xf0,
0x1f,0x80,0x0,0x0,0x1f,0x80,0x7f,0xf,0xc1,0xef,0x7,0x0,0x3c,0x0,0x3f,0x87,
0x7,0xff,0xc0,0x7e,0x0,0x0,0x0,0x7e,0x0,0xfc,0x7e,0xf,0xb8,0x38,0x0,0xf0,
0x0,0xfe,0x1c,0xf,0xff,0x1,0xf8,0x0,0x0,0x1,0xf8,0x3,0xff,0xf8,0x3e,0xc0,
0x40,0x3,0xc0,0x3,0xf0,0x70,0x3f,0xf8,0x7,0xe0,0x0,0x0,0x7,0xe0,0xf,0xff,
0xc1,0xfb,0x0,0x0,0xf,0x0,0x1f,0xc1,0xc0,0xff,0xe0,0x1f,0x80,0x0,0x0,0x1f,
0x80,0x1f,0xff,0xf,0xc0,0x0,0x0,0x3c,0x0,0x7e,0x7,0x1,0xff,0x80,0x7e,0x0,
0x0,0x0,0x7e,0x0,0x7f,0xf8,0x3f,0x0,0x0,0x0,0xf0,0x1,0xf0,0x1c,0x7,0xfe,
0x1,0xf8,0x0,0x0,0x1,0xf8,0x0,0xff,0xc0,0xf8,0x0,0x0,0x3,0xc0,0x7,0xc0,
0x70,0xf,0xf0,0x7,0xe0,0x0,0x0,0x7,0xe0,0x1,0xfe,0x1,0xe0,0x0,0x0,0xf,
0x0,0xe,0x1,0xc0,0x1f,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0xe0,0x0,0x0,
0x0,0x0,0x38,0x0,0x10,0x7,0x0,0x3e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0,0x1c,0x0,0x20,0x0,0x0,0x0,0x0,0x0,
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0
};

/************************/
/* 20x16 1bit bmp		*/
/************************/
const		  U8	rightarrow[]={
// 头信息
0x42,0x4D,		// 位图的标识符('BM')
0x14,0x00,		// 位图的宽度(20 pixels)
0x10,0x00,		// 位图的高度(16 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,0x40,0x00,0x06,0x00,0x00,0x78,0x00,
0x07,0xe0,0x00,0x7f,0x80,0x07,0xfe,0x00,0x7f,0xf8,
0x07,0xff,0x80,0x7f,0xe0,0x07,0xf8,0x00,0x7e,0x00,
0x07,0x80,0x00,0x60,0x00,0x04,0x00,0x00,0x00,0x00
};
const		  U8	leftarrow[]={
// 头信息
0x42,0x4D,		// 位图的标识符('BM')
0x14,0x00,		// 位图的宽度(20 pixels)
0x10,0x00,		// 位图的高度(16 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)
// 数据区
0x0,0x0,0x0,0x0,0x10,0x0,0x3,0x0,0x0,0xf0,0x0,0x3f,0x0,0xf,0xf0,0x3,
0xff,0x0,0xff,0xf0,0xf,0xff,0x0,0x3f,0xf0,0x0,0xff,0x0,0x3,0xf0,0x0,0xf,
0x0,0x0,0x30,0x0,0x1,0x0,0x0,0x0
};

/************************/
/* 16x16 1bit bmp		*/
/************************/
const U8	horn[]={	// 喇叭
// 头信息
0x42,0x4D,		// 位图的标识符('BM')
0x10,0x00,		// 位图的宽度(16 pixels)
0x10,0x00,		// 位图的高度(16 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)
// 数据区
0x1,0x82,0x3,0xc4,0x5,0x68,0xa,0x20,0x12,0x20,0x63,0x20,0x82,0xa0,0x82,0xae,
0x82,0xa0,0x82,0xa0,0x63,0x20,0x12,0x20,0xa,0x28,0x5,0x44,0x3,0xc2,0x1,0x80	
};
const U8	hornno[]={		// 禁音
// 头信息
0x42,0x4D,		// 位图的标识符('BM')
0x10,0x00,		// 位图的宽度(16 pixels)
0x10,0x00,		// 位图的高度(16 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)
// 数据区
0x81,0x81,0x43,0xc2,0x25,0x64,0x1a,0x28,0x1a,0x30,0x67,0x20,0x82,0xe0,0x83,0xae,
0x83,0xa0,0x82,0xe0,0x67,0x20,0x1a,0x38,0x1a,0x2c,0x25,0x46,0x43,0xc2,0x81,0x81
};
	
const U8  	antenna[]={		// 天线
// 头信息
0x42,0x4D,		// 位图的标识符('BM')
0x30,0x00,		// 位图的宽度(48 pixels)
0x30,0x00,		// 位图的高度(48 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)
// 数据区
0x3,0xe0,0x8c,0x10,0x50,0x10,0x20,0x8,0x5f,0x18,0x58,0x18,0x94,0x38,0x92,0x68,
0x90,0xd0,0x43,0x30,0x7c,0x60,0x31,0xc0,0xe,0x80,0x2,0xc0,0x4,0x60,0xf,0xf0			   
};

/************************/
/* 48x48 1bit bmp		*/
/************************/
const U8  news[]={		// 电子报纸
// 头信息
0x42,0x4D,		// 位图的标识符('BM')
0x30,0x00,		// 位图的宽度(48 pixels)
0x30,0x00,		// 位图的高度(48 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)
// 数据区
0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x2,0x80,0x0,0x0,0x0,0x0,0x4,0x40,
0x0,0x0,0x0,0x0,0x8,0x20,0x0,0x0,0x0,0x0,0x12,0x20,0x0,0x0,0x0,0x0,
0x25,0x10,0x0,0x0,0x0,0x0,0x4a,0x90,0x0,0x0,0x0,0x0,0x94,0x48,0x0,0x0,
0x0,0x1,0x28,0x84,0x0,0x0,0x0,0x2,0x51,0xa,0x0,0x0,0x0,0x4,0xa2,0x15,
0x80,0x0,0x0,0x9,0x44,0x2a,0x60,0x0,0x0,0x12,0x88,0x51,0x10,0x0,0x0,0x25,
0x11,0x22,0x48,0x0,0x0,0x42,0x22,0x94,0xa4,0x0,0x0,0x21,0x45,0x49,0x52,0x0,
0x0,0x70,0x8a,0xa2,0xaa,0x0,0x0,0x48,0x15,0x55,0x52,0x0,0x0,0x64,0x2a,0xaa,
0xa4,0x0,0x0,0x52,0x15,0x55,0x48,0x0,0x0,0x49,0xa,0xaa,0x90,0x0,0x0,0x64,
0x85,0x55,0x20,0x0,0x0,0x12,0x40,0xaa,0x40,0x0,0x0,0x29,0x31,0x54,0x80,0x0,
0x0,0x44,0x48,0xa9,0x0,0x0,0x0,0x73,0x24,0x52,0x0,0x0,0x0,0xc,0xda,0x24,
0x0,0x0,0x0,0x3,0x25,0x8,0x0,0x0,0x0,0x0,0xda,0x90,0x0,0x0,0x0,0x0,
0x27,0xa0,0x0,0x0,0x0,0x0,0x1c,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
0x0,0x0,0x4,0x7,0xfc,0x27,0xc2,0xc,0x4,0x40,0x8,0x24,0x42,0x70,0x7f,0xe0,
0x10,0xfc,0x44,0x50,0x44,0x40,0x60,0x25,0x89,0x50,0x7f,0xc0,0x44,0x24,0xe,0x7e,
0x44,0x4f,0xfe,0x37,0xc2,0x50,0x44,0x40,0x40,0xe5,0x45,0x50,0x7f,0xc0,0x40,0x25,
0x4e,0x48,0x44,0x0,0x40,0x24,0x81,0x4a,0x4,0x20,0x40,0x25,0x4e,0x76,0x3,0xe1,
0xc0,0xe6,0x20,0x42,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
				};
const             U8  xitong[]={	// 系统
// 头信息
0x42,0x4D,		// 位图的标识符('BM')
0x30,0x00,		// 位图的宽度(48 pixels)
0x30,0x00,		// 位图的高度(48 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)
// 数据区
0x0,0x0,0x7f,0xff,0xc0,0x0,0x0,0x0,0x80,0x0,0xc0,0x0,0x0,0x1,0x0,0x1,
0x40,0x0,0x0,0x3,0xff,0xfe,0x40,0x0,0x0,0x2,0x0,0x2,0x40,0x0,0x0,0x2,
0x7f,0xfa,0x40,0x0,0x0,0x2,0x7f,0xfa,0x40,0x0,0x0,0x2,0x6f,0xfa,0x40,0x0,
0x0,0x2,0x6f,0xfa,0x40,0x0,0x0,0x2,0x7f,0xfa,0x40,0x0,0x0,0x32,0x7f,0xfa,
0x40,0x0,0x0,0x53,0xff,0xfa,0x40,0x0,0x0,0x94,0x1f,0xfa,0x40,0x0,0x1,0xc,
0x1f,0xfa,0x40,0x0,0x2,0x4,0x10,0x2,0x7c,0x0,0x2,0x8,0x30,0x2,0x8c,0x0,
0x2,0x7c,0x7f,0xff,0x14,0x0,0x1,0x82,0xf0,0x0,0x24,0x0,0x0,0x83,0xff,0xff,
0xc4,0x0,0x0,0xff,0xf0,0x0,0x44,0x0,0x0,0xff,0xd3,0xff,0x44,0x0,0x0,0xff,
0x91,0xde,0x48,0x0,0x0,0xff,0x13,0xfc,0x50,0x0,0x0,0xfe,0x14,0x0,0x60,0x0,
0x0,0x80,0x1f,0xff,0xc0,0x0,0x0,0x80,0x10,0x0,0x0,0x0,0x0,0x80,0x10,0x0,
0x0,0x0,0x0,0x80,0x20,0x3f,0xf0,0x0,0x0,0x80,0x40,0x40,0x20,0x0,0x0,0x80,
0x80,0xff,0xc0,0x0,0x0,0x81,0x1,0xf7,0x80,0x0,0x0,0xfe,0x3,0xff,0x0,0x0,
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
0x0,0x0,0x0,0x3c,0x0,0x1,0x8,0x0,0x7,0xc0,0x0,0x1,0x3f,0x0,0x0,0x88,
0x0,0x2,0x88,0x0,0x3,0xf0,0x0,0x7,0x90,0x0,0x0,0x40,0x0,0x1,0x22,0x0,
0x0,0x88,0x0,0x2,0x3f,0x0,0x3,0xfc,0x0,0x7,0x94,0x0,0x1,0x50,0x0,0x0,
0x14,0x0,0x2,0x48,0x0,0x1,0x95,0x0,0x4,0x44,0x0,0x6,0x25,0x0,0x9,0xc2,
0x0,0x0,0xc7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0
};
const                U8 yingyong[]={	// 应用
// 头信息
0x42,0x4D,		// 位图的标识符('BM')
0x30,0x00,		// 位图的宽度(48 pixels)
0x30,0x00,		// 位图的高度(48 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)
// 数据区
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
0x0,0x0,0x0,0x7f,0xff,0xff,0xfe,0x0,0x0,0x7f,0xff,0xff,0xfe,0x0,0x0,0x7f,
0xff,0xff,0xfe,0x0,0x0,0x7f,0xff,0xff,0xfe,0x0,0x0,0x40,0x0,0x0,0x2,0x0,
0x0,0x40,0x0,0x0,0x2,0x0,0x0,0x43,0x81,0xc0,0x22,0x0,0x0,0x44,0x83,0xc0,
0xe2,0x0,0x0,0x4f,0xc7,0xc0,0xe2,0x0,0x0,0x48,0x43,0x40,0x12,0x0,0x0,0x47,
0xc1,0xc3,0xf2,0x0,0x0,0x40,0x0,0x0,0x2,0x0,0x0,0x4f,0xc7,0xe3,0xf2,0x0,
0x0,0x40,0x0,0x0,0x2,0x0,0x0,0x40,0x0,0x0,0x2,0x0,0x0,0x40,0x82,0x61,
0xc2,0x0,0x0,0x41,0x84,0xe2,0xa2,0x0,0x0,0x42,0x85,0x42,0xe2,0x0,0x0,0x47,
0x82,0x82,0x22,0x0,0x0,0x4c,0xc3,0x1,0xc2,0x0,0x0,0x40,0x0,0x0,0x2,0x0,
0x0,0x4f,0xc7,0xe3,0xf2,0x0,0x0,0x40,0x0,0x0,0x2,0x0,0x0,0x40,0x0,0x0,
0x2,0x0,0x0,0x7f,0xff,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
0x0,0x0,0x0,0x10,0x0,0x1,0xff,0x0,0x1,0xff,0x80,0x1,0x11,0x0,0x1,0x0,
0x0,0x1,0x11,0x0,0x1,0x11,0x0,0x1,0xff,0x0,0x1,0x51,0x0,0x1,0x11,0x0,
0x1,0x49,0x0,0x1,0x11,0x0,0x1,0x2a,0x0,0x1,0xff,0x0,0x1,0x2a,0x0,0x1,
0x11,0x0,0x1,0x4,0x0,0x1,0x11,0x0,0x2,0x4,0x0,0x2,0x11,0x0,0x2,0xff,
0x80,0x2,0x17,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0
};

const U8 English[]={
//头信息
0x42,0x4d,    //位图的标识符('BM')
0x30,0x0,    //位图的宽度
0x30,0x0,    //位图的高度
0x2,	      //位图的像素深度(位数)
0x0,         //位图的状态标志,0位:不使用调色板,1位:不使用压缩算法
0x4,0x0,0x0,0x0,    //位图实际使用到的颜色数
0x10,0x0,0x0,0x0,    //数据区的偏移量(16 bytes)
// 数据区
0XE0,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X7F,0XE0,0X00,0X00,0X00,
0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X7F,0XE0,0X00,0X00,0X00,0X00,0X00,0X00,0X00,

⌨️ 快捷键说明

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