feat(vglite, pxp): add beta version of NXP's PXP and VG-Lite acceleration (#4568)

Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
This commit is contained in:
nicusorcitu
2023-09-20 13:32:24 +03:00
committed by GitHub
parent 97dad61dd8
commit 733e11d86d
37 changed files with 5841 additions and 17 deletions

View File

@@ -123,6 +123,12 @@
#endif
#endif
/* Use NXP's VG-Lite GPU on iMX RTxxx platforms. */
#define LV_USE_DRAW_VGLITE 0
/* Use NXP's PXP on iMX RTxxx platforms. */
#define LV_USE_DRAW_PXP 0
/*=================
* OPERATING SYSTEM
*=================*/