10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define gold_width 24
|
|
#define gold_height 24
|
|
static char gold_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xf0,0x0f,0x00,0xec,0x37,
|
|
0x00,0xfa,0x5f,0x00,0xfa,0x5f,0x00,0xf6,0x6f,0x00,0xde,0x7d,
|
|
0x00,0xfc,0x3f,0x00,0xf2,0x4f,0x00,0x0e,0x70,0x00,0xfc,0x3f,
|
|
0xf8,0xf7,0x4f,0xf6,0x1f,0x70,0xfd,0xff,0x3f,0xfd,0xff,0x4f,
|
|
0xfb,0x3f,0x70,0xef,0xfe,0x3f,0xfe,0xdf,0x0f,0xf9,0x27,0x00,
|
|
0x07,0x38,0x00,0xfe,0x1f,0x00,0xf8,0x07,0x00,0x00,0x00,0x00};
|