9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x00,0xe8,0xff,0x00,0xe8,0xff,0x00,0xd8,0xff,0x00,0xd0,0xff,0x00,0xd0,0xff,
|
|
0x00,0xb0,0xff,0x00,0xf0,0xff,0x00,0xe8,0xff,0x00,0xe8,0xff,0x00,0xf4,0xff,
|
|
0x00,0xf4,0xff,0x00,0xf4,0xff,0x00,0xf4,0xff,0x00,0xfc,0xff,0x00,0xf4,0xff,
|
|
0x00,0xfe,0x7f,0x00,0xfa,0xff,0x00,0xfa,0xff,0x00,0xfe,0x7f,0x00,0xfa,0xff,
|
|
0x00,0xfa,0xff,0x00,0xfa,0xff,0x00,0xfa,0xff,0x00,0xf6,0x7f};
|