9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0xff,0xff,0x7f,0xff,0xff,0x7f,0xff,0xff,0x7f,0xff,0xff,0x7f,0xff,0xff,0x7f,
|
|
0xff,0xff,0x7f,0xff,0xff,0x7f,0xff,0xff,0x3f,0xff,0xff,0xbf,0xff,0xff,0xbf,
|
|
0xff,0xff,0xbf,0xef,0xff,0x9f,0xcf,0x9f,0xdf,0x9f,0x9f,0xdf,0x7f,0xff,0xdf,
|
|
0xff,0xfc,0xef,0xff,0x03,0xec,0xff,0xff,0xef,0xff,0xff,0xcf,0xff,0xff,0xef,
|
|
0xef,0xff,0xef,0xcf,0xff,0xef,0xdf,0xff,0xef,0x1f,0xff,0xef};
|