#define drop_site_idle_width 16
#define drop_site_idle_height 20
static char drop_site_idle_bits[] = {
   0x00, 0x00,
   0x00, 0x00, 
   0x00, 0x00,
   0xc0, 0x01,
   0xc0, 0x01,
   0xc0, 0x01,
   0xc0, 0x01,
   0xc0, 0x01,
   0xf0, 0x07,
   0xe0, 0x03,
   0xc0, 0x01,
   0x80, 0x00,
   0x08, 0x08,
   0xfc, 0x1f,
   0x02, 0x20,
   0xfc, 0x1f,
   0x08, 0x08,
   0x00, 0x00,
   0x00, 0x00,
   0x00, 0x00};
