1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
#define noname_width 48
#define noname_height 48
static char noname_bits[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xf8,0x0b,0x00,0x00,
0x00,0x00,0xfc,0x7e,0x00,0x00,0x00,0x80,0xff,0xff,0x00,0x00,0x00,0x00,0xbf,
0xff,0x03,0x00,0x00,0xc0,0xaf,0xfa,0x0f,0x00,0x00,0xc0,0x0f,0xa4,0x0f,0x00,
0x00,0xe0,0x03,0x40,0x1f,0x00,0x00,0xe0,0x01,0x00,0x3f,0x00,0x00,0xf0,0x02,
0x80,0x3e,0x00,0x00,0xe0,0x00,0x00,0x3e,0x00,0x00,0x70,0x00,0x00,0x7d,0x00,
0x00,0x70,0x00,0x00,0x7c,0x00,0x00,0x30,0x00,0x00,0x7d,0x00,0x00,0xa0,0x00,
0x00,0x7a,0x00,0x00,0x70,0x00,0x00,0x7c,0x00,0x00,0xc0,0x15,0x00,0x7a,0x00,
0x00,0xb0,0x51,0x00,0x3a,0x00,0x00,0xa0,0x8a,0xe2,0x7d,0x00,0x00,0x50,0x6d,
0x8a,0x1f,0x00,0x00,0x40,0x50,0x76,0x3f,0x00,0x00,0x91,0x04,0xd4,0x16,0x01,
0x00,0x20,0x51,0x4a,0x2d,0x00,0x00,0x12,0x00,0x86,0x0e,0x00,0x80,0x10,0x20,
0x58,0x97,0x00,0x00,0x14,0x10,0x03,0x05,0x00,0x00,0x51,0x40,0x45,0x96,0x00,
0x00,0x14,0x5a,0x03,0x0b,0x02,0x00,0x51,0x85,0x84,0x42,0x00,0x00,0x34,0x3a,
0x4b,0x03,0x01,0x40,0xa1,0xc8,0xae,0x53,0x00,0x00,0x6a,0x29,0x51,0x01,0x01,
0x00,0xa1,0xd2,0xa7,0x55,0x00,0x80,0xfc,0x02,0xe8,0x80,0x02,0x80,0xae,0x0b,
0xba,0x28,0x00,0xc0,0xff,0xb6,0xfe,0x42,0x01,0xc0,0x3f,0xff,0xb7,0x2b,0x00,
0xc0,0xff,0xda,0xde,0x4f,0x01,0xc0,0xbf,0xb6,0xf7,0x7b,0x01,0xc0,0xff,0xfa,
0xed,0xaf,0x02,0xc0,0xff,0xab,0xf2,0xff,0x01,0xc0,0xff,0x5f,0xfd,0xae,0x02,
0x40,0xff,0xff,0xff,0xff,0x03,0xc0,0xff,0xff,0xff,0xff,0x03,0xc0,0xff,0xff,
0xff,0xf7,0x03};
|