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,0xc0,0x00,0x00,0x60,0x00,0x00,0xa0,0x00,0x00,0x30,
|
|
0x00,0x00,0xd8,0x00,0x00,0xd8,0x00,0x00,0xac,0x00,0x00,0xec,0x00,0x00,0xe6,
|
|
0x00,0x00,0xf6,0x00,0x00,0xd7,0x00,0x00,0xf3,0x00,0x80,0xe0,0x00,0x80,0xfa,
|
|
0x00,0x80,0xfc,0x00,0x80,0xfa,0x00,0x80,0xfe,0x00,0xc0,0xfd,0x00,0x40,0xff,
|
|
0x00,0x40,0xff,0x00,0xc0,0xfc,0x00,0x40,0xff,0x00,0x40,0xff};
|