1#define mars_width 16
2#define mars_height 16
3static unsigned char mars_bits[] = {
4   0x00, 0xff, 0x00, 0xc0, 0x00, 0xa0, 0x00, 0x90, 0x00, 0x88, 0xfc, 0x87,
5   0x02, 0x84, 0x01, 0x84, 0x01, 0x04, 0x01, 0x04, 0x01, 0x04, 0x1e, 0x04,
6   0x10, 0x04, 0x10, 0x04, 0x10, 0x02, 0xe0, 0x01};
7