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[] = {
0x40,0xd7,0x76,0x57,0xab,0x02,0x40,0x55,0xff,0xbf,0x5a,0x01,0x40,0xf5,0xdf,
0xef,0x6a,0x03,0x80,0xad,0xff,0xff,0x57,0x01,0x40,0xf5,0xff,0xff,0xab,0x02,
0x80,0xfa,0xff,0xff,0x5f,0x01,0x40,0xf7,0xff,0xff,0x5f,0x03,0x80,0xf9,0xff,
0xff,0x7f,0x01,0x40,0xf7,0xff,0xff,0xbf,0x02,0x80,0xec,0xff,0xdf,0x7f,0x01,
0x40,0xff,0xff,0xff,0x7f,0x01,0x80,0xfe,0xff,0xff,0xff,0x02,0x40,0xff,0xbf,
0xfa,0x7f,0x01,0x80,0xff,0x5f,0xed,0xff,0x02,0x40,0xff,0x0b,0xf2,0xff,0x00,
0x80,0x7e,0x05,0xa0,0xff,0x02,0x40,0xff,0x80,0xd0,0xff,0x02,0x80,0x5a,0x00,
0xc8,0xff,0x01,0x40,0x3d,0x00,0xd2,0xef,0x02,0x80,0xbd,0x00,0x2b,0xff,0x00,
0x40,0x1d,0xe0,0xd5,0xd7,0x01,0x40,0xf5,0x6a,0x55,0xef,0x01,0x80,0xba,0xdb,
0xee,0xdf,0x02,0xc0,0xba,0xa2,0x33,0xf7,0x01,0x80,0xfa,0x57,0x94,0xcf,0x02,
0x40,0x2d,0xa9,0xa2,0x77,0x01,0x80,0x5a,0x25,0x54,0xef,0x00,0xc0,0x2a,0xa2,
0xa2,0xff,0x02,0x80,0xaa,0x80,0xd4,0x7d,0x01,0x40,0x55,0x6a,0xe9,0x7f,0x01,
0x80,0x8a,0x7d,0xaa,0xbf,0x02,0x80,0x75,0xda,0xf7,0x5f,0x01,0x40,0x75,0x7f,
0xdb,0xbf,0x02,0x80,0xca,0xee,0xff,0x9f,0x00,0x40,0xf5,0x5f,0xfd,0x57,0x03,
0x40,0xd5,0xa7,0xfa,0xaf,0x00,0x80,0xea,0x7b,0xff,0x57,0x03,0x80,0x4a,0xdf,
0xfc,0xaf,0x00,0x40,0xd5,0x77,0xff,0xb5,0x02,0x80,0x2a,0xdf,0xff,0x7b,0x01,
0x80,0xd2,0xff,0xff,0xbe,0x02,0x80,0x2a,0xff,0xff,0x77,0x01,0x40,0x55,0xff,
0xbf,0xfe,0x02,0x40,0xaa,0xfc,0xff,0xbf,0x01,0x80,0x92,0xfe,0xef,0xf5,0x02,
0x40,0x55,0xdd,0x7b,0xbf,0x03,0x80,0x2a,0x6f,0xef,0xfd,0x02,0x40,0x55,0xdf,
0xff,0xdf,0x03};
|