10 lines
437 B
Plaintext
10 lines
437 B
Plaintext
#define it2_width 24
|
|
#define it2_height 24
|
|
static char it2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7c,0x00,0x80,0xf7,0x01,
|
|
0xc0,0xae,0x06,0xe0,0x89,0x08,0xf0,0x49,0x18,0x38,0x02,0x20,
|
|
0x68,0x20,0x42,0x9c,0x04,0x41,0x34,0x01,0x60,0x24,0x00,0x48,
|
|
0x48,0x04,0x20,0x10,0x01,0x20,0xb4,0x02,0x10,0x2e,0x28,0x05,
|
|
0x5d,0x95,0x02,0xdf,0xea,0x07,0x9e,0xdd,0x07,0xc0,0x01,0x0f,
|
|
0xe0,0x00,0x1e,0x30,0x00,0x30,0x00,0x00,0x00,0x00,0x00,0x00};
|