9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0xfe,0x4f,0x02,0xfe,0x4f,0xc2,0xfe,0xcf,0x23,0xfe,0x0f,0x20,0xfe,0x0f,0xe0,
|
|
0xfe,0x17,0x00,0xfe,0x0f,0x00,0xfe,0x0f,0x80,0xfe,0x0f,0x80,0xfe,0x0f,0x00,
|
|
0xfe,0x0f,0x00,0xfe,0x0f,0x00,0xfe,0x0f,0x00,0xfc,0x0f,0x00,0xf8,0x17,0x00,
|
|
0xf0,0x0f,0x80,0xc0,0x0f,0x00,0xc0,0x0f,0x00,0x80,0x1f,0x00,0x00,0x0f,0x00,
|
|
0x00,0x0e,0x08,0x00,0x8c,0x00,0x00,0x78,0xff,0x00,0x00,0x00};
|