diff --git a/scripts/lv_conf_internal_gen.py b/scripts/lv_conf_internal_gen.py index 1fd103e3d..0769625a6 100755 --- a/scripts/lv_conf_internal_gen.py +++ b/scripts/lv_conf_internal_gen.py @@ -194,7 +194,7 @@ LV_EXPORT_CONST_INT(LV_DRAW_BUF_ALIGN); #endif #ifndef LV_USE_THORVG - #define LV_USE_THORVG (LV_USE_LZ4_INTERNAL || LV_USE_LZ4_EXTERNAL) + #define LV_USE_THORVG (LV_USE_THORVG_INTERNAL || LV_USE_THORVG_EXTERNAL) #endif /*If running without lv_conf.h add typedefs with default value*/ diff --git a/src/lv_conf_internal.h b/src/lv_conf_internal.h index 2bd8404ab..d75c93ea8 100644 --- a/src/lv_conf_internal.h +++ b/src/lv_conf_internal.h @@ -3237,7 +3237,7 @@ LV_EXPORT_CONST_INT(LV_DRAW_BUF_ALIGN); #endif #ifndef LV_USE_THORVG - #define LV_USE_THORVG (LV_USE_LZ4_INTERNAL || LV_USE_LZ4_EXTERNAL) + #define LV_USE_THORVG (LV_USE_THORVG_INTERNAL || LV_USE_THORVG_EXTERNAL) #endif /*If running without lv_conf.h add typedefs with default value*/