emWin: Adding PXP to LCD_X_Config()

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

emWin: Adding PXP to LCD_X_Config()

60 Views
lsrbigfoot
Contributor III

Hello,

For LCD_X_Config(), I am looking to add LCD_SetDevFunc() calls to setup custom functions for the following emWin display driver actions:

  • LCD_DEVFUNC_DRAWBMP_16BPP
  • LCD_DEVFUNC_COPYRECT
  • LCD_DEVFUNC_FILLRECT

How can PXP be utilized to facilitate the above actions? (especially drawing of bitmaps)

Any examples available?

Tags (3)
0 Kudos
1 Reply

24 Views
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @lsrbigfoot,

I believe the following application note will prove very useful for your inquiry about the utilities of PXP: AN13075: i.MX RT1170 Heterogeneous Graphics Pipeline – Application Note (nxp.com)

With respect to example codes, you can refer to the SW package of this same application note here: https://www.nxp.com/docs/en/application-note-software/AN13075SW.zip

BR,
Edwin.

0 Kudos