9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x00,0xc0,0xff,0x00,0x40,0xff,0x00,0xe0,0xff,0x00,0x20,0xff,0x00,0xa0,0xff,
|
|
0x00,0xa0,0xff,0x00,0xe0,0xff,0x00,0xa0,0xff,0x00,0xf0,0xff,0x00,0xd0,0xff,
|
|
0x00,0xf0,0xff,0x00,0xd0,0xff,0x00,0xd0,0xff,0x00,0xf0,0xff,0x00,0xd0,0xff,
|
|
0x00,0xd0,0xff,0x00,0xd8,0xff,0x00,0xe8,0xff,0x00,0xac,0xff,0x00,0xb4,0xff,
|
|
0x00,0xec,0xff,0x00,0xc8,0xff,0x00,0xf8,0xff,0x00,0xe8,0xff};
|