feat(vg_lite_tvg): organize configuration items (#5280)

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
_VIFEXTech
2024-01-12 18:35:45 +08:00
committed by GitHub
parent a61e51f579
commit 39cb1ddc4a
11 changed files with 111 additions and 129 deletions

View File

@@ -20,7 +20,7 @@ extern "C" {
#include <stdbool.h>
#if LV_USE_VG_LITE_THORVG
#include "../../dev/vg_lite_tvg/vg_lite.h"
#include "../../others/vg_lite_tvg/vg_lite.h"
#else
#include <vg_lite.h>
#endif