Change the display mode

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

Change the display mode

1,297 次查看
jigneshpatel
Contributor III

I have i.MX6 Ultralite. I have connected 7" RGB display with touch and communication protocol is I2C.

Linux has installed. I want to change display mode from landscape to portrait.

Thanks,

Jignesh Patel

标签 (3)
0 项奖励
回复
3 回复数

1,124 次查看
joanxie
NXP TechSupport
NXP TechSupport

you could use GC320 low level API to rotate (if use linux frame buffer). It implies a blit but it would be done by GC320 they will probably need to use virtualFB too.

 

The API documentation is the BSP documentation (iMX6.2D.API.pdf)

 

Attached a simple source using the 2D low level API.

 

VirtualFB:

 

https://community.freescale.com/message/289198

0 项奖励
回复

1,124 次查看
jigneshpatel
Contributor III

Is GC320 low level API can rotate touch panel ?

The driver used for display id fbcon and for touch panel edt-ft5x06.

0 项奖励
回复

1,124 次查看
joanxie
NXP TechSupport
NXP TechSupport

I didn't test this, this suggestion is from R&D team, you can try it if you use linux frame buffer, I post the 2d simple source code for reference.

0 项奖励
回复