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,0x80,0xff,0xff,0xff,0xec,0xdd,0x7b,
|
|
0x30,0x20,0x04,0xc0,0x01,0x00,0x00,0xc6,0xd5,0x00,0x18,0x00,0x00,0xe0,0xb8,
|
|
0x00,0x00,0x03,0x00,0x00,0x1c,0x00,0x00,0x60,0x00,0x00,0x80,0x00,0x00,0x00,
|
|
0x00,0x00,0x20,0x00,0x00,0xe2,0x00,0x20,0x5e,0x00,0xe2,0x05,0x00,0x5e,0x10,
|
|
0xe0,0x05,0x81,0xa0,0x10,0x40,0x1c,0x01,0x40,0x0c,0x48,0x4e};
|