MAXFIDSIZE
if (xoff + left > MAXFIDSIZE)
left = MAXFIDSIZE - xoff;
static uint8_t fidbuf[MAXFIDSIZE];