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,0x3f,0x00,0x00,0x40,0x00,0x00,0xc0,0x00,0x00,0x80,0x00,0x00,
|
|
0x8f,0x00,0x00,0x8f,0x00,0x00,0xc0,0x00,0x02,0xc0,0x00,0x03,0x62,0x80,0x02,
|
|
0x70,0x60,0x01,0x5f,0x1c,0x01,0xe0,0x83,0x00,0x1f,0x80,0x00,0x00,0x80,0x00,
|
|
0x30,0x80,0x18,0xd0,0xff,0x17,0x10,0x00,0x10,0x12,0x7c,0x10,0x10,0x82,0x10,
|
|
0x12,0x01,0x11,0x17,0x6d,0x11,0x19,0x6d,0x11,0x10,0x01,0x11};
|