9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0xff,0xdf,0x00,0xff,0xef,0x00,0xff,0x3f,0x00,0xff,0x13,0x00,0xff,0x1d,0x00,
|
|
0xff,0x05,0x00,0xff,0x06,0x00,0x7f,0x02,0x00,0x3f,0x03,0x00,0x9f,0x01,0x00,
|
|
0xe7,0x00,0x00,0x39,0x00,0x00,0x1f,0x00,0x00,0x1f,0x00,0x00,0x17,0x00,0x00,
|
|
0x17,0x00,0x00,0x17,0x00,0x00,0x17,0x00,0x00,0x17,0x00,0x00,0x17,0x00,0x00,
|
|
0x1f,0x00,0x00,0x17,0x00,0x00,0x17,0x00,0x00,0x1f,0x00,0x00};
|