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,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x02,0x3f,0x00,0x07,0xfd,0x01,
|
|
0x38,0x11,0x01,0xc7,0x11,0x01,0x3f,0x51,0x01,0xf8,0xd1,0x01,0xc0,0x11,0x03,
|
|
0x00,0xd1,0x01,0x00,0x11,0x01,0x00,0x13,0x01,0x00,0xfc,0x01};
|