9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x3c,0x0f,0x00,0x24,0x29,0x00,0x24,0x69,0x00,0xe7,0xb9,0x00,0x00,0xa0,0x00,
|
|
0x00,0x80,0x02,0x00,0x80,0x06,0xff,0x0f,0x0b,0x00,0x10,0x0a,0x00,0x20,0x28,
|
|
0x9e,0xe7,0x79,0x92,0x24,0x49,0x92,0x24,0x49,0xf3,0x3c,0x4f,0x00,0x00,0x40,
|
|
0x00,0x00,0x40,0x00,0x00,0x40,0x00,0x00,0x40,0xfe,0xf1,0x4f};
|