9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x00,0x00,
|
|
0xf8,0xff,0x01,0xfc,0xff,0x1f,0xff,0xff,0x7f,0xff,0xff,0x9f,0xff,0xff,0x3f,
|
|
0xfc,0xff,0x7f,0xfc,0xff,0x7b,0xf8,0xdf,0xff,0xe0,0xff,0xee,0xe0,0x7f,0xcc,
|
|
0xc2,0xff,0x8d,0xe3,0x8f,0x89,0xef,0x1f,0x89,0xff,0x67,0x49};
|