#define play_width 16
#define play_height 16
static char play_bits[] = {
   0x00, 0x00, 0x06, 0x00, 0x1e, 0x00, 0x7e, 0x00, 0xfe, 0x01, 0xfe, 0x07,
   0xfe, 0x1f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x1f, 0xfe, 0x07, 0xfe, 0x01,
   0x7e, 0x00, 0x1e, 0x00, 0x06, 0x00, 0x00, 0x00};
