9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x24,0x48,0xc0,0x02,0x01,0xd2,0xe6,0xbf,0xd2,0xf1,0xff,0xb5,0x0b,0xe0,0xaf,
|
|
0x09,0x00,0x7e,0x1a,0x00,0xf0,0x26,0x00,0x80,0xdc,0x00,0x00,0xb0,0x03,0x00,
|
|
0xc0,0x3c,0x00,0x00,0xcf,0x33,0x00,0xf0,0xdc,0x00,0x00,0x0f,0x00,0x00,0xd0,
|
|
0x00,0x00,0x30,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|