90 degree rotation in NXP imxrt1176

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

90 degree rotation in NXP imxrt1176

813 次查看
mathewcigi
Contributor I

I am working on creating GUI for NXP imxrt1176 board with the help of Lvgl.  Please help me how to rotate the display from portrait mode(default) to landscape mode as my application should look in landscape mode. I am also trying to develop GUI with Crank storyboard also but same issue is happening.  

0 项奖励
回复
3 回复数

794 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @mathewcigi ,

You can use PXP to rotate the picture. There is a rotate demo in SDK.

You also can use LVGL rotate function. But it seems if your frame size is big, this is not efficient.

https://community.nxp.com/t5/i-MX-RT/Framebuffer-rotation-Some-advice-needed-VGLite-PXP-LCDIFV2/m-p/...

 

Regards,

Jing

0 项奖励
回复

785 次查看
mathewcigi
Contributor I

Hi @jingpan ,

Thank u for reaching me out. 

I want to rotate the entire display through 90 degree ( from portrait mode to Landscape mode). That includes various buttons, textbox and other widgets and also the touch. Will this work with PXP? I have done this 90 degree rotation with embedded wizard by just selecting a option in the software ( I like Lvgl widgets than EW, that is why I would love to use Lvgl for my GUI application).

         

0 项奖励
回复

779 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi,

Yes, PXP can.

 

Regards,

Jing

0 项奖励
回复