RT1170 EVKB: PXP, (eLCDIF/LCDIFv2), and emWin

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

RT1170 EVKB: PXP, (eLCDIF/LCDIFv2), and emWin

跳至解决方案
787 次查看
lsrbigfoot
Contributor III

After looking at a few PXP driver examples (namely pxp_lcdif_handshake), it appears that PXP is utilized with eLCDIF.

Ultimately, I am looking to offload/reduce/optimize the execution times for the below emWin call structure (like emwin_gui_demo project) used to drive the multicolor display.

        if(condition)
        {
            GUI_MULTIBUF_Begin();
            GUI_Exec();
            GUI_MULTIBUF_End();
        }

Depending on the graphics operations being performed, I have measured >20 msec execution times which is quite significant.

Can PXP be used with LCDIFv2? If yes, then how?

Can PXP be used with emWin multi-buffering?

To what degree can PXP help offload/reduce/optimize the execution times for the above calls? What other options do I have (other than GPU2D/VGLite)?

标记 (3)
0 项奖励
回复
1 解答
757 次查看
Gavin_Jia
NXP TechSupport
NXP TechSupport

Hi @lsrbigfoot ,

Thanks for your interest in NXP MIMXRT series!

1. Yes, it is supported. You can refer to this AN:https://www.nxp.com/docs/en/application-note/AN13075.pdf
Chapter 5.3  VGLite +PXP + LCDIF implementation

2. There is no clear information about this from my side at the moment.

3. PXP display performance: ~3us @ 8 x 8 pixel; ~6243us @ 480 x 272 pixel. For other optimization methods, consider the choice of DMA, code optimization level, and code execution space.

 

Best regards,
Gavin

在原帖中查看解决方案

0 项奖励
回复
3 回复数
758 次查看
Gavin_Jia
NXP TechSupport
NXP TechSupport

Hi @lsrbigfoot ,

Thanks for your interest in NXP MIMXRT series!

1. Yes, it is supported. You can refer to this AN:https://www.nxp.com/docs/en/application-note/AN13075.pdf
Chapter 5.3  VGLite +PXP + LCDIF implementation

2. There is no clear information about this from my side at the moment.

3. PXP display performance: ~3us @ 8 x 8 pixel; ~6243us @ 480 x 272 pixel. For other optimization methods, consider the choice of DMA, code optimization level, and code execution space.

 

Best regards,
Gavin

0 项奖励
回复
735 次查看
lsrbigfoot
Contributor III

Thank you @Gavin_Jia for response.

Where can I find and download the project source for 'Map_PXP_SingleTask'?

The zip file for AN13075SW is currently corrupted.

I also viewed several SDK_2_XX_Y_MIMXRT1170-EVK(B) packages for 'vglite_examples' subfolder but could not find the Map_PXP_SingleTask project.

0 项奖励
回复
733 次查看
lsrbigfoot
Contributor III

...never mind. I found it in the Application Code Hub.

0 项奖励
回复