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?
Hi @Abhirami
It has been long overdue, but here it is, wayland rotation support: feat(wayland/shm): add display rotation support by AndreCostaaa · Pull Request #9386 · lvgl/lvgl · GitHub
Wayland can be a bit picky with rotation handling depending on the compositor. I’ve seen cases where LVGL was fine but the actual output transform needed to be set at the Wayland/wlroots level instead. Might be worth testing under X11 too just to confirm whether it’s compositor-specific or really an LVGL issue.