9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0xc0,0xde,0xff,0x80,0xda,0xff,0x80,0xdc,0xff,0x80,0xb5,0xff,0x00,0x71,0xff,
|
|
0x00,0x73,0xff,0x00,0xe6,0xff,0x00,0xe4,0xff,0x00,0xcc,0xff,0x00,0xd8,0xff,
|
|
0x00,0x10,0xff,0x00,0x70,0x7e,0x00,0xc0,0x01,0x00,0x00,0x9f,0x00,0x00,0xf0,
|
|
0x00,0x00,0x40,0x00,0x00,0x40,0x00,0x00,0x40,0x00,0x00,0x40,0x00,0x00,0x40,
|
|
0x00,0x00,0x40,0x00,0x00,0xc0,0x00,0x00,0x80,0x00,0x00,0x80};
|