9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0xe0,0x03,0x00,0xe0,0x01,0x00,0xf0,0x00,0x00,0xf0,0x00,0x04,0x70,0x00,0x06,
|
|
0x38,0x00,0x07,0x38,0x00,0x05,0x1c,0x00,0x03,0x1c,0x80,0x01,0x0e,0x80,0x00,
|
|
0x0e,0x80,0x00,0x0e,0x80,0x00,0x07,0x00,0x01,0x07,0x00,0x06,0x07,0x00,0x0c,
|
|
0x07,0x00,0x18,0x07,0x00,0x38,0x0e,0x00,0x30,0x0e,0x00,0x50,0x1c,0x00,0x60,
|
|
0x3c,0x00,0x70,0xf8,0xcf,0x7f,0xe0,0xff,0x3f,0x80,0xff,0x03};
|