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,0xed,0xb6,0xb5,0x56,0x01,0x80,0x5b,0xd5,0xaa,0xaa,0x02,0x40,0xed,0xad,
0x6d,0xb5,0x02,0xc0,0xb6,0xf6,0xb2,0x56,0x01,0x80,0xad,0x5e,0xa9,0xd5,0x02,
0xc0,0xb6,0xb7,0x50,0x55,0x01,0x80,0xed,0x2d,0xa0,0x55,0x03,0xc0,0xd6,0x97,
0x42,0x5b,0x01,0x40,0xfb,0x2f,0x80,0x56,0x01,0xc0,0xf6,0x55,0x20,0xd6,0x02,
0x80,0xfd,0x0b,0x80,0x5d,0x01,0xc0,0xf6,0x5e,0x00,0xae,0x02,0x40,0xfb,0x13,
0x00,0x5d,0x01,0x80,0xfd,0xae,0x80,0xac,0x02,0xc0,0xfa,0x0b,0x00,0x6f,0x01,
0x40,0xff,0x5f,0x49,0xac,0x02,0xc0,0xfa,0x15,0x84,0xae,0x01,0x80,0xfd,0xff,
0xeb,0xdd,0x02,0xc0,0xfe,0xff,0xf7,0xaf,0x02,0x40,0xfb,0x5f,0xff,0xdf,0x02,
0xc0,0xfe,0x5a,0x52,0xbf,0x02,0x80,0xf5,0x17,0x55,0xaa,0x02,0x40,0xff,0x45,
0x93,0x6e,0x01,0xc0,0xfa,0xbf,0x65,0x59,0x03,0x40,0xbf,0x65,0xeb,0xb7,0x02,
0xc0,0xf5,0xaf,0x7f,0xdd,0x02,0x40,0xff,0xda,0xff,0x57,0x03,0x80,0xeb,0xf5,
0xff,0xed,0x01,0xc0,0xfe,0xed,0xfb,0x56,0x03,0x40,0xab,0x55,0x55,0xfb,0x02,
0xc0,0xd6,0xab,0xb6,0x97,0x01,0x40,0x0b,0x2d,0xa9,0xed,0x02,0xc0,0x05,0x5b,
0xd5,0x5a,0x03,0x80,0x02,0x74,0x65,0xef,0x02,0x40,0x00,0xac,0xba,0xb5,0x01,
0x00,0x00,0xf0,0xff,0x6e,0x03,0x00,0x00,0xf0,0xaf,0xbb,0x01,0x00,0x00,0xc0,
0x7f,0x6d,0x03,0x00,0x00,0xc0,0xd6,0xf7,0x01,0x00,0x00,0x00,0x5f,0x5d,0x03,
0x00,0x00,0x00,0xcd,0xfb,0x02,0x00,0x00,0x00,0x90,0x5e,0x03,0x00,0x00,0x80,
0x94,0xea,0x01,0x00,0x00,0xc0,0x00,0x7d,0x03,0x00,0x00,0x00,0x13,0xa8,0x01,
0x00,0x00,0x00,0x08,0x66,0x03,0x00,0x00,0x00,0x00,0xd1,0x01,0x00,0x00,0x29,
0xa9,0xd6,0x03};
|