10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define Fjell_width 24
|
|
#define Fjell_height 24
|
|
static char Fjell_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x0c,0x00,0x00,0x1e,0x00,0x00,0x3e,0x00,
|
|
0x00,0xcf,0x00,0x00,0x0f,0x01,0x80,0x07,0x01,0xc0,0x07,0x01,
|
|
0xc0,0x03,0x02,0xe0,0x11,0x04,0xe0,0x01,0x08,0x70,0x60,0x08,
|
|
0x70,0x40,0x10,0x38,0x80,0x20,0x1c,0x80,0x40,0x0e,0x00,0x00,
|
|
0x03,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|