Skip to content

Commit

Permalink
Merge pull request #316 from PGNetHun/chore/lv_conf_update_20240112
Browse files Browse the repository at this point in the history
Update LVGL config: add ThorVG flags
  • Loading branch information
PGNetHun authored Jan 12, 2024
2 parents bc4c8b4 + 2afc6e2 commit b428bb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lv_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/*=================
Expand Down

0 comments on commit b428bb5

Please sign in to comment.