10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define gem1_width 24
|
|
#define gem1_height 24
|
|
static char gem1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x00,
|
|
0x00,0x49,0x00,0x20,0x49,0x02,0x40,0x00,0x01,0x0c,0x7f,0x18,
|
|
0x90,0xd5,0x04,0xc0,0xaa,0x01,0x58,0x55,0x0d,0x80,0xaa,0x00,
|
|
0x20,0x55,0x02,0x18,0x2a,0x0c,0x40,0x14,0x01,0x20,0x08,0x02,
|
|
0x00,0x41,0x00,0x80,0x88,0x00,0x80,0x88,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|