#define playbutt_width 20
#define playbutt_height 20
static unsigned char playbutt_bits[] = {
  0x20, 0x00, 0x00, 0xe0, 0x00, 0x00, 0xe0, 0x01, 0x00, 0xe0, 0x07, 0x00,
  0xe0, 0x0f, 0x00, 0xe0, 0x3f, 0x00, 0xe0, 0xff, 0x00, 0xe0, 0xff, 0x01,
  0xe0, 0xff, 0x07, 0xe0, 0xff, 0x0f, 0xe0, 0xff, 0x07, 0xe0, 0xff, 0x01,
  0xe0, 0xff, 0x00, 0xe0, 0x3f, 0x00, 0xe0, 0x0f, 0x00, 0xe0, 0x07, 0x00,
  0xe0, 0x01, 0x00, 0xe0, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00,
  };
