feat(draw-sw): add Helium acceleration to draw-sw (#5045)

Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
Gabriel Wang
2023-12-27 03:10:16 +00:00
committed by GitHub
parent 1be21a93b3
commit 6fe14490e2
17 changed files with 2342 additions and 859 deletions

View File

@@ -47,7 +47,7 @@ fout.write(
#define LV_DRAW_SW_ASM_NONE 0
#define LV_DRAW_SW_ASM_NEON 1
#define LV_DRAW_SW_ASM_MVE 2
#define LV_DRAW_SW_ASM_HELIUM 2
#define LV_DRAW_SW_ASM_CUSTOM 255
/* Handle special Kconfig options */