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,
|
|
0x00,0x00,0x80,0xff,0xff,0xff,0xec,0xdd,0x7b,0xf0,0x20,0x04,0x00,0x07,0xb1,
|
|
0x00,0x78,0x00,0x00,0x80,0xc3,0x00,0x00,0x1c,0x00,0x00,0xe0,0x00,0x00,0x00,
|
|
0x00,0x00,0x20,0x00,0x00,0xe2,0x00,0x20,0x5e,0x00,0xe0,0x05,0x00,0x5e,0x10,
|
|
0x00,0x07,0x81,0xe0,0x10,0x40,0xa0,0x00,0x40,0x1c,0x01,0x4e};
|