Lines Matching refs:h
11 lv_conf.h
15 Creating lv_conf.h argument
18 When setting up your project for the first time, copy ``lvgl/lv_conf_template.h`` to
19 ``lv_conf.h`` next to the ``lvgl`` folder. Change the first ``#if 0`` to ``1`` to
21 the color depth used by your display panel. See comments in ``lv_conf.h`` for
27 lv_conf.h
30 Alternatively, ``lv_conf.h`` can be copied to another place but then you
34 will attempt to include ``lv_conf.h`` simply with ``#include "lv_conf.h"``.
36 You can even use a different name for ``lv_conf.h``. The custom path can
38 ``-DLV_CONF_PATH="/home/joe/my_project/my_custom_conf.h"``. If this define
44 ``lv_conf.h``. Instead you can pass the config defines using build
47 ``lv_conf_template.h``.
50 ``lv_conf.h`` together with Kconfig as well, but keep in mind that the values
51 from ``lv_conf.h`` or build settings (``-D...``) override the values
52 set in Kconfig. To ignore the configs from ``lv_conf.h`` simply remove
61 Once the ``lv_conf.h`` file is in place, you can modify this header to configure argument
64 The comments in ``lv_conf.h`` explain the meaning of each setting. Be sure
67 in ``lv_conf.h`` if you need them.
69 TODO: Add all things related to ``lv_conf.h`` file and its contents.
75 multi-instance feature, set :c:macro:`LV_GLOBAL_CUSTOM` in ``lv_conf.h``