9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0xff,0x2f,0x00,0xff,0x2f,0x00,0xff,0x2f,0x00,0xfe,0x27,0x00,0xff,0x37,0x00,
|
|
0xfe,0x17,0x00,0xff,0x1f,0x00,0xfc,0x39,0x00,0xfb,0x38,0x00,0x1c,0x31,0x00,
|
|
0x21,0x6d,0x00,0xff,0x4c,0x00,0x1f,0x9f,0x00,0xff,0xbf,0x01,0xff,0x7f,0x01,
|
|
0xff,0xbf,0x01,0xff,0x5f,0x00,0xff,0x6f,0x00,0xfc,0x1c,0x00,0xff,0x07,0x00,
|
|
0xfe,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|