9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x20,0x2e,0x91,0x15,0x38,0xf1,0x3d,0xf0,0x7e,0x21,0xc0,0x1f,0x14,0x00,0x07,
|
|
0x3e,0x00,0x00,0x20,0x00,0x00,0x14,0x00,0x00,0x3d,0x00,0x00,0x21,0x00,0x00,
|
|
0x11,0x00,0x00,0x3c,0x00,0x00,0x2e,0x00,0x00,0x23,0x00,0x00,0x60,0x00,0x00,
|
|
0x50,0x00,0x00,0x44,0x00,0x00,0xc1,0x00,0x00,0xa0,0x00,0x00,0x88,0x00,0x00,
|
|
0x83,0x01,0x00,0x40,0x01,0x00,0x11,0x01,0x00,0x07,0x03,0x00};
|