Pi zero with Hyperpixel4 no image

I ran the legacy command “curl -sSL https://get.pimoroni.com/hyperpixel4 | bash” and that changed config.txt to include

overscan_left=0
overscan_right=0
overscan_top=0
overscan_bottom=0
enable_dpi_lcd=1
display_default_lcd=1
display_rotate=0
dpi_group=2
dpi_mode=87
dpi_output_format=0x7f216
hdmi_timings=480 0 10 16 59 800 0 15 113 15 0 0 0 60 0 32000000 6

I changed display_rotate=0 to display_rotate=90 and it flipped the screen 180 degrees. At 180, it was normal. I tried the DISPLAY=:0.0 hyperpixel4-rotate left and that did not do anything. I then tried display_rotate=1 in config.txt AND IT WORKED! So now I can get this project going the way it was meant to. Hopefully this will help anyone else that attempts to connect a Pi Zero to a Hyperpixel display.