9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0xff,0x7f,0xff,0xff,0x7f,0xfe,0xff,0xff,0x00,0xff,0xff,0x01,0xff,0x7f,0xff,
|
|
0xff,0xff,0x03,0xff,0xbf,0x02,0xff,0x7f,0x03,0xff,0x5f,0x01,0xff,0xbf,0x01,
|
|
0xff,0xef,0x00,0xff,0x5f,0x00,0xff,0x67,0x00,0xff,0x2f,0x00,0xff,0x2b,0x00,
|
|
0xff,0x3f,0x00,0xff,0x13,0x00,0xff,0x1b,0x00,0xff,0x0d,0x00,0xff,0x0b,0x00,
|
|
0xff,0x09,0x00,0xff,0x0c,0x00,0x7f,0x09,0x00,0xff,0x0e,0x00};
|