#define drop_site_busy_width 16
#define drop_site_busy_height 20
static char drop_site_busy_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, 0xaa, 0x2a, 0xfc, 0x1f,
   0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
