Skip to main content
Associate III
November 3, 2025
Solved

STM32MP2 Series - LTDC Rotation

  • November 3, 2025
  • 1 reply
  • 192 views

Hi everyone,

I would like to ask a question regarding the LTDC rotation.
In the Device Tree, I set 

rotation = <90>;


Under the st-image-weston environment, the display rotates correctly.
However, under the st-image-core environment, the rotation does not work, and the display appears abnormal.

Reference article:

https://wiki.st.com/stm32mpu/wiki/LTDC_device_tree_configuration

 

Best answer by OlivierK

Hi @Steven-LIN 

 

st-image-core environment doesn't include the Weston-Wayland compositor for output display systems, it has only has a minimal root-file system.

For your purpose, you may stick to st-image-weston. 

 

Regards,

Olivier

1 reply

OlivierK
OlivierKBest answer
Technical Moderator
November 7, 2025

Hi @Steven-LIN 

 

st-image-core environment doesn't include the Weston-Wayland compositor for output display systems, it has only has a minimal root-file system.

For your purpose, you may stick to st-image-weston. 

 

Regards,

Olivier

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
Associate III
November 10, 2025

Okay, I understand. Thank you for your reply.