Home
last modified time | relevance | path

Searched full:kconfig (Results 1 – 25 of 27) sorted by relevance

12

/lvgl-latest/.github/workflows/
Dverify_kconfig.yml1 name: Verify Kconfig
13 verify-kconfig:
26 - name: Check for leading spaces in Kconfig
29 if grep -qP '^ +' Kconfig; then
30 echo "Error: Kconfig contains leading spaces instead of tabs"
34 run: python3 -m pip install kconfiglib && python kconfig_verify.py ../Kconfig
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dconfiguration.rst49 LVGL also can be used via ``Kconfig`` and ``menuconfig``. You can use
50 ``lv_conf.h`` together with Kconfig as well, but keep in mind that the values
52 set in Kconfig. To ignore the configs from ``lv_conf.h`` simply remove
92 Kconfig section in Configuration
94 TODO: Add how to use LVGL with Kconfig.
/lvgl-latest/scripts/
Dupdate_version.py126 """Replace version info in Kconfig file"""
147 # Match the version fields in Kconfig file
165 KconfigReplacer(['Kconfig']),
172 PrefixReplacer(['Kconfig'], 'Kconfig file for LVGL v'),
Dlv_conf_internal_gen.py58 /** Handle special Kconfig options. */
129 …#If the value should be 1 (enabled) by default use a more complex structure for Kconfig checks bec…
134 #2. In Kconfig environment use the CONFIG_... value if set, else use 0
135 #3. In not Kconfig environment use the LVGL's default value
152 #2. Use the Kconfig value if set
Dkconfig_verify.py13 kconf = kconfiglib.Kconfig(kconfig_file)
/lvgl-latest/src/
Dlv_conf_kconfig.h1 /** * @file lv_conf_kconfig.h * Configs that need special handling when LVGL is used with Kconfig */
22 * Make sure version number in Kconfig file is correctly set.
23 …* Mismatch can happen when user manually copy lvgl/Kconfig file to their project, like what NuttX …
29 # warning "Version mismatch between Kconfig and lvgl/lv_version.h"
151 * NOTE: In Kconfig instead of `LV_DEFAULT_FONT`
/lvgl-latest/docs/details/integration/os/
Dzephyr.rst77 Zephyr includes a powerful shell implementation that can be enabled with the Kconfig symbols
143 Kconfig subsection
146 Aside from enabling the shell you can also use Kconfig to finetune
164 To optimize LVGL's performance, several `kconfig` options can be configured:
Dnuttx.rst93 … gperf git libncurses5-dev libtool libusb-dev libusb-1.0.0-dev pkg-config kconfig-frontends openocd
/lvgl-latest/docs/
DCHANGELOG.rst195 - **fix(Kconfig): remove leading spaces on line 1692** `6695 <https://github.com/lvgl/lvgl/pull/66…
219 - **fix(kconfig): Do not set LV_CONF_SKIP by default** `6562 <https://github.com/lvgl/lvgl/pull/656…
327 - **fix(kconfig): add Montserrat 10 font to default title font list in Kconfig (#6057)** `6058 <htt…
339 - **fix(kconfig): update as per lv_conf_template.h** `5980 <https://github.com/lvgl/lvgl/pull/5980>…
475 - **chore(kconfig): move use_vector to correct place** `5995 <https://github.com/lvgl/lvgl/pull/599…
DREADME.md204 - `.. code-block:: kconfig`,
DCODING_STYLE.rst60 - Exception: the **Kconfig** file and any make files require leading tab characters
DREADME_pt_BR.rst194 library <https://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LVGL>`__
/lvgl-latest/zephyr/
Dmodule.yml5 kconfig: zephyr/Kconfig
DKconfig2 rsource "../Kconfig"
/lvgl-latest/.github/
Dpull_request_template.md9 …er/scripts/lv_conf_internal_gen.py) and update [Kconfig](https://github.com/lvgl/lvgl/blob/master/
/lvgl-latest/docs/details/integration/driver/display/
Dfbdev.rst20 Enable the framebuffer driver support in lv_conf.h, by cmake compiler define or by KConfig. Additio…
Dili9341.rst26 Enable the ILI9341 driver support in lv_conf.h, by cmake compiler define or by KConfig
Dst7735.rst28 Enable the ST7735 driver support in lv_conf.h, by cmake compiler define or by KConfig
Dst7789.rst27 Enable the ST7789 driver support in lv_conf.h, by cmake compiler define or by KConfig
Dst7796.rst28 Enable the ST7796 driver support in lv_conf.h, by cmake compiler define or by KConfig
Dgen_mipi.rst37 Enable the generic MIPI LCD driver support in lv_conf.h, by cmake compiler define or by KConfig
/lvgl-latest/docs/details/integration/driver/
Dlibinput.rst40 Enable the libinput driver support in lv_conf.h, by cmake compiler define or by KConfig.
DX11.rst26 1. Enable the X11 driver support in lv_conf.h, by cmake compiler define or by KConfig
Dwindows.rst53 Enable the Windows driver support in lv_conf.h, by cmake compiler define or by KConfig
Dopengles.rst26 2. Enable the OpenGL driver support in lv_conf.h, by cmake compiler define or by KConfig

12