LCD is becoming glitchy when I use
lv_disp_set_rotation(lv_disp_get_default(), LV_DISP_ROT_270);
to change its orientation, I attached both images before and after rotation
Hi,
note that LVGL doesn’t rotate the image by default, only changes the resolution accordingly.
You can see here how to rotate the rendered image too