9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x00,0x87,0x00,0x80,0x67,0x00,0x80,0x37,0x04,0xc0,0x1f,0x06,0xc0,0x0f,0x02,
|
|
0xd0,0x07,0x00,0xe0,0xd3,0x80,0xe0,0x01,0x00,0xf0,0x01,0x00,0xf4,0x22,0x00,
|
|
0x78,0x20,0x10,0x7a,0x04,0x12,0x3c,0x04,0x02,0x3c,0x91,0x00,0x1e,0x91,0x10,
|
|
0x1e,0x04,0x02,0xae,0x04,0x4a,0xae,0x20,0x48,0x0e,0xaa,0x02,0xac,0x82,0x12,
|
|
0xa8,0x40,0x90,0x10,0x55,0xa5,0x00,0x10,0x25,0x00,0x00,0x00};
|