9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0xfe,0x3f,0x34,0xfe,0x7f,0x3c,0xfe,0x3f,0x3c,0xfe,0x3f,0x00,0xfe,0x7f,0x00,
|
|
0xfe,0x3f,0x00,0xfe,0x3f,0x00,0xfe,0x7f,0x80,0xfe,0x3f,0x80,0xfe,0x3f,0x00,
|
|
0xfe,0x7f,0x00,0xfc,0x3f,0x00,0xf8,0x3f,0x00,0xf0,0x7f,0x00,0xe0,0x3f,0x00,
|
|
0xc0,0x3f,0x00,0x80,0x7f,0x00,0x00,0x3f,0x00,0x00,0x3e,0x00,0x00,0x7c,0x00,
|
|
0x00,0x38,0x00,0x00,0x30,0x00,0x00,0xe0,0xff,0x00,0x00,0x00};
|