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,0x7c,0x00,0x00,0xbf,0x03,0x00,0xf9,0x01,0x00,0xfa,0x0f,0x00,
|
|
0xff,0x05,0x00,0xff,0x1f,0x00,0xf0,0x1f,0x00,0xff,0x7d,0x00,0xfc,0x3f,0x00,
|
|
0x80,0xff,0x00,0x6f,0x7f,0x00,0x7f,0xff,0x01,0xbd,0xef,0x00,0xbe,0xff,0x00,
|
|
0xd0,0xff,0x03,0xc0,0xfe,0x01,0xe0,0xf7,0x03,0xe0,0x7b,0x07,0xf0,0xff,0x03,
|
|
0xd8,0xfe,0x07,0x7e,0xff,0x0f,0xbb,0xff,0x06,0x8e,0xff,0x07};
|