diff --git a/src/lv_conf_internal.h b/src/lv_conf_internal.h index 064917cad0..6bc8169efd 100644 --- a/src/lv_conf_internal.h +++ b/src/lv_conf_internal.h @@ -12,7 +12,9 @@ #if defined __has_include # if __has_include("lv_conf.h") +# ifndef LV_CONF_INCLUDE_SIMPLE # define LV_CONF_INCLUDE_SIMPLE +# endif # endif #endif