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,0x80,0x00,0x00,0x40,0x00,0x00,0x20,0x00,0x00,0x20,
|
|
0x00,0x00,0x20,0x00,0x00,0x20,0x00,0x02,0x20,0x00,0x06,0x20,0x00,0x0a,0x60,
|
|
0x00,0x34,0xc0,0x00,0xc4,0x41,0x00,0x08,0xfe,0x00,0x18,0x00,0x00,0x3c,0x00,
|
|
0x00,0x24,0x00,0x00,0x44,0x00,0x00,0x4e,0x00,0x00,0x52,0x00,0x00,0x82,0x00,
|
|
0x00,0xa6,0x00,0x00,0xc9,0x01,0x00,0xc1,0x02,0x00,0xd3,0xfd};
|