9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0xe6,0xff,0xff,0xf6,0xff,0xff,0xd5,0xff,0xff,0xf9,0xff,0xff,0xe9,0xff,0xff,
|
|
0xe5,0xff,0xff,0xe5,0xff,0xff,0xe6,0xff,0xff,0xf6,0xff,0xff,0xf1,0xff,0xff,
|
|
0xe9,0xff,0xff,0xe9,0xff,0xff,0xe5,0xff,0xff,0xe5,0xff,0xff,0xe6,0xff,0xff,
|
|
0xf6,0xff,0xff,0xdd,0xff,0xff,0xe9,0xff,0xff,0xed,0xff,0xff,0xf6,0xff,0xff,
|
|
0xe3,0xff,0xff,0xf1,0xff,0xff,0xf9,0xff,0xff,0xed,0xff,0xff};
|