9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x00,0x00,0xc0,0x00,0x00,0xf8,0x00,0x00,0xfe,0x00,0x80,0xff,0x00,0xc0,0xff,
|
|
0x00,0xf0,0xff,0x00,0xf8,0xff,0x00,0xfc,0xff,0x00,0xfe,0xff,0x00,0xfe,0xff,
|
|
0x00,0xff,0xff,0x80,0xff,0xff,0x80,0xff,0xff,0xc0,0xff,0xff,0xe0,0xff,0xff,
|
|
0xe0,0xff,0xff,0xd0,0xff,0xff,0xd0,0xff,0xff,0xe8,0xff,0xff,0xe8,0xff,0xff,
|
|
0xe4,0xff,0xff,0xe4,0xff,0xff,0xc2,0xff,0xff,0xc2,0xff,0xff};
|