9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0xe0,0xff,0xb3,0xe0,0xde,0xc7,0xc0,0xdf,0x87,0xc0,0xff,0x0f,0xc0,0xdf,0x0b,
|
|
0x80,0xdf,0x1f,0x80,0x9f,0x1f,0x80,0x1f,0x3f,0x00,0x1f,0x3e,0x00,0x1f,0xdc,
|
|
0x00,0x1f,0x78,0x00,0x36,0x78,0x00,0x0e,0x78,0x00,0x0e,0x30,0x00,0x0e,0x70,
|
|
0x00,0x07,0x70,0x00,0x07,0x70,0x00,0x05,0x70,0x00,0x03,0xe0,0x80,0x03,0xfc,
|
|
0x80,0x03,0xe0,0xf0,0x0f,0x00,0x00,0x3f,0x00,0x00,0x62,0x00};
|