fix(kconfig): Do not set LV_CONF_SKIP by default (#6562)

This commit is contained in:
Fabian Blatz
2024-07-26 09:53:43 +02:00
committed by GitHub
parent d19fb8fdc7
commit a2fb2808ba
3 changed files with 4 additions and 3 deletions

View File

@@ -90,7 +90,8 @@ will attempt to include ``lv_conf.h`` simply with
You can even use a different name for ``lv_conf.h``. The custom path can
be set via the :c:macro:`LV_CONF_PATH` define. For example
``-DLV_CONF_PATH="/home/joe/my_project/my_custom_conf.h"``
``-DLV_CONF_PATH="/home/joe/my_project/my_custom_conf.h"``. If this define
is set :c:macro:`LV_CONF_SKIP` is assumed to be ``0``.
If :c:macro:`LV_CONF_SKIP` is defined, LVGL will not try to include
``lv_conf.h``. Instead you can pass the config defines using build