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,0xf8,0x00,0x00,0x7e,0x07,0x00,0xf3,0x03,0x00,0xf5,0x1f,0x00,
|
|
0xff,0x0b,0x00,0xff,0x3f,0x00,0xe0,0x1f,0x00,0xf8,0x7b,0x00,0xfe,0x3f,0x00,
|
|
0x00,0xff,0x00,0x6f,0x7f,0x00,0x7f,0xff,0x01,0x7d,0xef,0x00,0xbe,0xff,0x00,
|
|
0xa0,0xff,0x03,0xc0,0xfe,0x01,0xc0,0xef,0x03,0xe0,0x77,0x07,0xb0,0xff,0x03,
|
|
0xf0,0xfd,0x07,0xfc,0xfe,0x0f,0x6e,0xff,0x06,0x9f,0xff,0x07};
|