uep_adjust
x = uep_adjust(((p[3] & msk) << 7) | p[4], X_OFFSET, X_RATIO);
y = uep_adjust(((p[1] & msk) << 7) | p[2], Y_OFFSET, Y_RATIO);