Datasheet

pwm.setPWM(pin, 4096, 0);
You can set the pin to be fully off with
pwm.setPWM(pin, 0, 4096);
© Adafruit Industries https://learn.adafruit.com/16-channel-pwm-servo-driver Page 19 of 29