feat(gpu): add renesas dav2d GPU support

This commit is contained in:
Gabor Kiss-Vamosi
2023-12-12 11:43:21 +01:00
parent 6a0db1fd59
commit 710e134abf
15 changed files with 2871 additions and 0 deletions

View File

@@ -122,6 +122,9 @@
/* Use NXP's PXP on iMX RTxxx platforms. */
#define LV_USE_DRAW_PXP 0
/* Use Renesas Dave2D on RA platforms. */
#define LV_USE_DRAW_DAVE2D 0
/* Draw using cached SDL textures*/
#define LV_USE_DRAW_SDL 0