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,0xe0,
|
|
0x00,0x00,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xf8,0x00,0x00,0xef,0x00,0xc0,0xfe,
|
|
0x00,0xf0,0xef,0x00,0xde,0x01,0xc0,0x7b,0x00,0xb0,0x1f,0x00,0xcc,0x07,0x00,
|
|
0x32,0x03,0x00,0xca,0x00,0xe0,0x24,0x00,0xfe,0x94,0xff,0xdd};
|