Hello, I am using waveshare 11.9 inch touch screen, but the rotate setting is not woking on rpi5

screen:

my setting:
max_framebuffer_height=1480
hdmi_group=2
hdmi_mode=87
hdmi_timings=320 0 80 16 32 1480 0 16 4 12 0 0 0 60 0 42000000 3
display_rotate=3 #1: 90; 2: 180; 3: 270

whatever the display_rotate setting, it wont works on raspberry pi 5.

I tried rpi 4 and rpi 3 those are woking fine…

any one help?

thanks!

Hi Samkuang,

Can you take a picture of your screen and show it to me? I think I can help you with this.

Andy

thank you naimnatnod,

I made it works now, thanks for your reply!!

I changed below config:

display_rotate=3 #1: 90; 2: 180; 3: 270

to this,

display_lcd_rotate=3
display_hdmi_rotate=3

it is working on rpi 5 now.

regards,
Sam Kuang