9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0xf7,0x0f,0xfe,0x37,0xe0,0xff,0xf3,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,
|
|
0xfb,0xff,0xf7,0xfb,0xff,0xf1,0xdb,0x7f,0xfc,0xd9,0x1f,0xff,0x39,0xe0,0xff,
|
|
0xfc,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xbf,0xff,
|
|
0xff,0xbf,0x7f,0xcf,0xbf,0xbf,0xdf,0xbf,0xbf,0xbf,0xbf,0xbf,0x3f,0xbf,0x7f,
|
|
0x7e,0x7e,0xff,0xfe,0xfc,0xff,0xff,0xf9,0xff,0xf9,0xff,0xff};
|