9 lines
450 B
Plaintext
9 lines
450 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,0x40,
|
|
0x00,0x00,0x92,0x00,0xa0,0x12,0x00,0xa8,0x42,0x00,0x0c,0x48,0x00,0x56,0x0a,
|
|
0x00,0x13,0x22,0x80,0x25,0x69,0x80,0x28,0x02,0xc0,0x40,0x28,0x60,0x42,0x29,
|
|
0x30,0x8c,0x80,0xd8,0xa0,0x84,0x18,0x01,0x15,0x1c,0x04,0x51,0x30,0x30,0x42,
|
|
0x50,0x83,0x52,0x10,0x0d,0x14,0x10,0x31,0xc4,0x50,0x21,0x7a};
|