fix(nxp): allow vglite build when LV_USE_DRAW_SW is disabled (#7596)

This commit is contained in:
cristian-stoica
2025-01-15 17:06:30 +02:00
committed by GitHub
parent acb72e8491
commit 9ddde9e4bc
7 changed files with 18 additions and 6 deletions

View File

@@ -14,6 +14,8 @@ extern "C" {
* INCLUDES
*********************/
#include "../lv_demos.h"
#include "../../src/draw/lv_draw.h"
#include "../../src/draw/lv_draw_triangle.h"
#if LV_USE_DEMO_WIDGETS