How to realize LCD display rotation on i.MX6

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to realize LCD display rotation on i.MX6

1,071 Views
cliffma
Contributor I

Dear All,

 

We need to rotate LCD display by 180 (due to hardware/mechanical design placement). Since it is going to be a permanent I can't use any application logic to burden the CPU. So I need to use IPU for 180 rotation of frame buffer before it is displayed on LCD. However I am not sure if this can be achievable and if yes then how?

 

Let me know if any one has gone through such scenario and has working solution. Appreciate any help.

 

Regards,

Dipen Patel

0 Kudos
2 Replies

768 Views
igorpadykov
NXP Employee
NXP Employee

Hi cliff

one can look at rotation examples on

ipu-examples release notes - v0.1 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

768 Views
marcomadrigal
Contributor III

Hi,

Are you using GStreamer for display? if so, then you can use the output-rotation property of the imxipuvideosink element.  If not, maybe you can check at the implementation of the output-rotation property within the element. 

Best Regards,

-Marco

GStreamer Development | Embedded Linux Development | Linux SDK 

0 Kudos