9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x1d,0x00,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,
|
|
0xfe,0xff,0xff,0xfe,0xff,0xe7,0xef,0xff,0xf1,0x1f,0x7e,0xfc,0xff,0x81,0xff,
|
|
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xfe,0xfe,0xff,0xfe,
|
|
0xfe,0xff,0x7e,0xbe,0xff,0xbe,0x3e,0xff,0xbe,0x7e,0xff,0xbe,0xfc,0xfe,0x7c,
|
|
0xfd,0xfc,0xfd,0xfd,0xf9,0xff,0xfd,0xf3,0xff,0xff,0xf7,0xff};
|