Badger display rotation

I am trying to use Badger rotated 90 degrees. When I try the following it doesn’t rotate.

display = PicoGraphics(display=DISPLAY_INKY_PACK, rotate=90)

Does this work or am I doing something wrong?

All SPI LCDs support 0, 90, 180 and 270 degree rotations.

I’m thinking that may not work on E- Ink?

pimoroni-pico/micropython/modules/picographics at main · pimoroni/pimoroni-pico (github.com)