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,0x0e,0x00,0x80,0x19,0x00,0xc0,0x12,0x00,0x60,0x10,0x00,
|
|
0x30,0x30,0x00,0x58,0x2c,0x00,0x2c,0x20,0x00,0x2e,0x20,0x00,0x17,0x60,0x00,
|
|
0x47,0x58,0x00,0x4b,0x4e,0x00,0x29,0x40,0x00,0x25,0x40,0x00,0x04,0x40,0x00,
|
|
0x12,0x40,0x00,0x12,0x44,0x00,0x00,0x44,0x00,0x00,0x20,0x00,0x00,0x50,0x00,
|
|
0x30,0x4c,0x00,0x1e,0x44,0x00,0x00,0x40,0x00,0x00,0x60,0x00};
|