LCD 180 degree rotation in i.MX25

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LCD 180 degree rotation in i.MX25

ソリューションへジャンプ
1,998件の閲覧回数
erickang
Contributor II

Dear All,

I want to perform the LCD 180 degree rotation in i.MX25.

For this, I confirmed the x-axis rotation with the LPCR and LSSAR register setting.

But, I couldn't find the y-axis rotation for LCD 180 degree rotation.

For the register setting, refer to the "i.MX25 Multimedia Applications Processor Reference Manual"(IMX25RM.pdf).

- 33.3.10 LCDC Panel Configuration Register (LPCR)

- 33.3.4 LCDC Screen Start Address Register (LSSAR)

And I found the relative information in the "Different Display Configurations on the i.MX25 WinCE PDK" (AN3977.pdf).

In this document, I could see that the LCDC didn't have the horizontal flip hardware acceleration, so 180 degree rotation can not be done by the LCDC.

So I want to perform the LCD 180 degree rotation or the Y-axis flip with the i.MX25 X-asix flip.

Could you tell me how to rotate the LCD 180 degree in i.MX25?

For Reference, I found the frame buffer rotation method by using OMAPpedia, but this method is not applied in the i.MX25.

For detailed information, refer to the below site.

[ Bootargs for enabling display ]

http://omappedia.org/wiki/Bootargs_for_enabling_display

  ~ $ echo "2" > /sys/class/graphics/fb0/rotate

Best Regards,

Eric.

ラベル(2)
タグ(5)
0 件の賞賛
返信
1 解決策
1,332件の閲覧回数
rogerio_silva
NXP Employee
NXP Employee

Hi Erik,

On i.MX25, It's only possible to flip along x-axis using HW. Other rotation/flip modes must be done by software (e.g. X11, QT, directfb and etc.

Rgds,

Rogerio

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,333件の閲覧回数
rogerio_silva
NXP Employee
NXP Employee

Hi Erik,

On i.MX25, It's only possible to flip along x-axis using HW. Other rotation/flip modes must be done by software (e.g. X11, QT, directfb and etc.

Rgds,

Rogerio

0 件の賞賛
返信