Change the display mode

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

Change the display mode

933 Views
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

Labels (3)
0 Kudos
Reply
3 Replies

760 Views
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 Kudos
Reply

760 Views
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 Kudos
Reply

760 Views
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 Kudos
Reply