Orientation issue on wayland

Hi iam implementing lvgl on Renesas RZ/G2L using wayland, my display resolution is 1280x720 (HX8394), but the contents are displayed in portrait mode only(vertically) .
i applied lv_disp_set_rotation() and tried all possible rotations, i tried by interchanging the width and height also but still no change

Hi @Abhirami

By “no change” what do you mean? Does it always display the same thing?
Could you provide a minimum reproducible example that showcases what you’re seeing?