10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
#define skorpion2_width 24
|
|
#define skorpion2_height 24
|
|
static char skorpion2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,
|
|
0x00,0xf8,0x03,0x00,0x1f,0x07,0x00,0x03,0x06,0xe0,0x00,0x02,
|
|
0x60,0x00,0x07,0x1c,0x00,0x07,0x0c,0x80,0x07,0x02,0xe0,0x0f,
|
|
0x00,0xf0,0x13,0x00,0xfc,0x13,0x80,0xff,0x14,0xe0,0xff,0x04,
|
|
0x78,0x3c,0x05,0x3c,0x30,0x01,0x1a,0x38,0x01,0x0c,0x1f,0x00,
|
|
0xc0,0x07,0x00,0xa0,0x03,0x00,0xc0,0x00,0x00,0x00,0x00,0x00};
|