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,0x1f,0x00,0xe0,0x7e,0x00,0xc0,0xcf,0x00,0xf8,0xaf,
|
|
0x00,0xd0,0xff,0x00,0xfc,0xff,0x00,0xf8,0x07,0x00,0xde,0x1f,0x00,0xfc,0x7f,
|
|
0x00,0xff,0x00,0x00,0xfe,0xf6,0x80,0xff,0xfe,0x00,0xf7,0xbe,0x00,0xff,0x7d,
|
|
0xc0,0xff,0x05,0x80,0x7f,0x03,0xc0,0xf7,0x03,0xe0,0xee,0x07,0xc0,0xff,0x0d,
|
|
0xe0,0xbf,0x0f,0xf0,0x7f,0x3f,0x60,0xff,0x76,0xe0,0xff,0xf9};
|