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,0x07,0x00,0x00,
|
|
0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x1f,0x00,0x00,0xf7,0x00,0x00,0x7f,0x03,0x00,
|
|
0xf7,0x0f,0x00,0x80,0x7b,0x00,0x00,0xde,0x03,0x00,0xf8,0x0d,0x00,0xe0,0x33,
|
|
0x00,0xc0,0x4c,0x07,0x00,0x53,0x7f,0x00,0x24,0xbb,0xff,0x29};
|