9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x00,0xec,0xff,0x00,0xf4,0xff,0x00,0xf4,0xff,0x00,0xe4,0xff,0x00,0xe4,0xff,
|
|
0x00,0xec,0xff,0x00,0x88,0xff,0x00,0xd8,0xff,0x00,0x30,0xff,0x00,0xa0,0xfe,
|
|
0x00,0x30,0xff,0x00,0xd0,0xff,0x00,0x90,0xff,0x00,0xa8,0xff,0x00,0xc8,0xff,
|
|
0x00,0xec,0xff,0x00,0xf4,0xff,0x00,0xe4,0xff,0x00,0xf6,0xff,0x00,0xfa,0xff,
|
|
0x00,0xee,0xff,0x00,0xfa,0xff,0x00,0xfa,0xff,0x00,0xff,0xff};
|