i.MX6S screen rotation

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

i.MX6S screen rotation

跳至解决方案
2,298 次查看
Yuri
NXP Employee
NXP Employee

Original SR #1-1138945566.

Our customer Navico builds a board with i.MX6S and a native TFT 1366x768 display

and needs to attach second HDMI output that will also be 1366x768.

The problem is that because of the polarization filter of the glass,

these two displays need to be rotated 180 degrees with respect to each other. 

They are asking us to give them direction on the best way to do this.

The IPU lacks the capability, and it looks like GPU solutions may require

triple buffering of the fb. They are open to any suggestion like moving

to a i.MX6D or maybe a DL and have the other core do the rotation.

This route may not be ideal because the single IPU may be a problem.

Victor.

0 项奖励
回复
1 解答
1,004 次查看
Yuri
NXP Employee
NXP Employee

There the two options for you:

1. If you use QDeclarativeView or QGraphicsView you can simply use

http://qt-project.org/doc/qt-5.0/qtwidgets/qgraphicsview.html#rotate

that should be fearly trivial to do.

2. Within the QWS plugin you can rotate as well.

This has one very important limitation:

It can only happen/be decided at start up.

You need to either configure with a special qws gfxdriver enabled and/or use the API your self:

http://qt-project.org/doc/qt-4.8/qt-embedded-displaymanagement.html

http://qt-project.org/doc/qt-4.8/qscreen.html#setTransformation

在原帖中查看解决方案

0 项奖励
回复
4 回复数
1,005 次查看
Yuri
NXP Employee
NXP Employee

There the two options for you:

1. If you use QDeclarativeView or QGraphicsView you can simply use

http://qt-project.org/doc/qt-5.0/qtwidgets/qgraphicsview.html#rotate

that should be fearly trivial to do.

2. Within the QWS plugin you can rotate as well.

This has one very important limitation:

It can only happen/be decided at start up.

You need to either configure with a special qws gfxdriver enabled and/or use the API your self:

http://qt-project.org/doc/qt-4.8/qt-embedded-displaymanagement.html

http://qt-project.org/doc/qt-4.8/qscreen.html#setTransformation

0 项奖励
回复
1,004 次查看
YixingKong
Senior Contributor IV

Yuri, this SR had been closed for some time. You should have followed the process and put the answer back to here and close the DI. Also move the DI to public community if no customer critical information in.

0 项奖励
回复
1,004 次查看
YixingKong
Senior Contributor IV

Yuri, this SR had been closed for some time. You should have followed the process and put the answer back to here and close the DI. Also move the DI to public community if no customer critical information in.

0 项奖励
回复
1,004 次查看
karina_valencia
NXP Apps Support
NXP Apps Support

SR 1-1151998941

0 项奖励
回复