diff --git a/lv_conf.h b/lv_conf.h index d79f05720..f51ecd451 100644 --- a/lv_conf.h +++ b/lv_conf.h @@ -149,6 +149,12 @@ /* Simulate VG-Lite hardware using ThorVG */ #define LV_USE_VG_LITE_THORVG 0 +/* Enable trace log for VG-Lite simulator*/ +#define LV_VG_LITE_THORVG_TRACE_API 0 + +/*Enable YUV support for VG-Lite simulator*/ +#define LV_VG_LITE_THORVG_YUV_SUPPORT 0 + #endif /*=================