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,0x01,0x00,0x80,0x48,0x02,0x50,0x04,0x00,
0x04,0x00,0x08,0x00,0x21,0x02,0x20,0x24,0x01,0x00,0x00,0x00,0x81,0x00,0x00,
0x40,0x01,0xc0,0x1f,0x80,0x04,0x00,0x84,0xf4,0xbf,0x14,0x00,0x20,0x01,0xf8,
0xff,0x00,0x02,0x00,0x10,0xfe,0xff,0x21,0x00,0x40,0x01,0xfe,0xfe,0x8b,0x04,
0x00,0x80,0x5f,0xf1,0x07,0x00,0x20,0x09,0x5f,0x8a,0x27,0x02,0x00,0xc0,0x2b,
0xe8,0x0f,0x00,0x90,0x82,0x57,0xa9,0x4e,0x02,0x00,0xe0,0x4b,0x54,0x0f,0x00,
0x20,0x81,0x2b,0xa0,0x3d,0x04,0x00,0xc4,0x55,0xad,0x1e,0x01,0x00,0xc1,0xff,
0xd2,0x1f,0x00,0x50,0xc0,0xe5,0x7d,0x4f,0x04,0x00,0x81,0x5b,0xdb,0x1f,0x00,
0x00,0x44,0xfd,0xfe,0x8d,0x00,0x40,0x41,0x55,0xd9,0x0b,0x04,0x00,0x80,0xaa,
0xaa,0x8e,0x00,0x20,0x09,0x25,0x59,0x25,0x00,0x80,0x80,0xca,0xaa,0x06,0x09,
0x10,0x01,0x75,0xbd,0x07,0x00,0x00,0x84,0x8a,0x5f,0x92,0x00,0x40,0x01,0xbb,
0xb6,0x07,0x04,0x00,0x04,0xad,0xdc,0x23,0x00,0x50,0x41,0x76,0x7f,0x03,0x02,
0x00,0x11,0xab,0xf8,0x49,0x08,0x00,0x02,0x6c,0xb6,0x03,0x01,0x50,0x01,0xd5,
0xdd,0x10,0x04,0x00,0x24,0x2c,0xfb,0x85,0x00,0xa0,0x00,0xdb,0xf6,0x11,0x02,
0x08,0x8a,0xba,0xfa,0x87,0x00,0x40,0xe1,0x73,0x7f,0x17,0x0a,0x10,0xfd,0xeb,
0xff,0xbf,0x00,0xc0,0xff,0xe3,0x7f,0x7f,0x01,0xf8,0xbf,0x83,0xdf,0xfe,0x0b,
0xf8,0xfd,0xa3,0x3f,0xff,0x0f,0xf8,0xff,0x07,0x40,0xde,0x0f,0xd8,0x77,0xc3,
0x23,0xfe,0x0f,0xf8,0xff,0xe7,0x17,0xfe,0x0f,0xf8,0xfe,0x5f,0x15,0x7e,0x0f,
0xf8,0xef,0x87,0x0f,0xee,0x0f,0xb8,0xff,0x8f,0x06,0xff,0x0f,0xf8,0xff,0x0e,
0x0d,0xfe,0x0f};
|