9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0xff,0x13,0x80,0xff,0x15,0x00,0xfb,0x1d,0x00,0xe7,0x27,0x00,0xdf,0x7f,0x00,
|
|
0xbf,0xff,0x00,0xbe,0xdf,0x03,0xdf,0xe3,0x17,0xdf,0x7f,0x3a,0xdf,0x84,0x7f,
|
|
0xbf,0xc3,0x6d,0x7f,0xc0,0x5f,0x7e,0x00,0x15,0xfe,0x00,0x37,0xfc,0x00,0x36,
|
|
0xfc,0x01,0x33,0xfe,0x03,0x01,0xda,0x03,0x00,0xda,0x02,0x00,0xdc,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|