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,0x80,0x00,0x00,0x80,0x00,0x00,
|
|
0x8f,0x00,0x00,0x8f,0x00,0x00,0x80,0x00,0x04,0xc0,0x00,0x06,0xc2,0x00,0x05,
|
|
0x60,0xc0,0x02,0x5f,0x38,0x02,0xe0,0x07,0x01,0x1f,0x00,0x01,0x00,0x00,0x01,
|
|
0x60,0x00,0x31,0xa0,0xff,0x2f,0x20,0x00,0x20,0x24,0xf8,0x20,0x20,0x04,0x21,
|
|
0x24,0x02,0x22,0x2e,0xda,0x22,0x33,0xda,0x22,0x20,0x02,0x22};
|