The HSD088IPW1 with Wisecoco HDMI driver board from Aliexpress.com work seemlessly with a PC but refused to play nicely with my Raspberry Pi until making these changes, tested with Raspbian (March2021) on a Pi Zero W.
# These lines for 1920x480 display
max_framebuffer_height=1920
hdmi_ignore_edid=0xa5000080
hdmi_timings=480 1 48 32 80 1920 0 3 10 56 0 0 0 60 0 75840000 3
hdmi_group=2
hdmi_mode=87
hdmi_force_mode=1
hdmi_drive=1
config_hdmi_boost=4
lcd_rotate=1
If you do that you'll loose hardware acceleration. I finally figured out how to get rotation with new drivers, append
fbcon=rotate:3
(or 1) to/boot/cmdline.txt
in order to rotate the screen in console mode, and then usexrandr --output HDMI-X --rotate left
to rotate in your desktop environment.And force framebuffer to get fullscreen: